File tree Expand file tree Collapse file tree 3 files changed +154
-10
lines changed
Expand file tree Collapse file tree 3 files changed +154
-10
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ authors = ["pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com>
66
77[tool .poetry .dependencies ]
88python = " ^3.10.8"
9+ arrow = " ^1.2.3"
910bs4 = " ^0.0.1"
1011Django = " ^4.0.6"
1112dnspython = " ^2.2.1"
@@ -15,22 +16,22 @@ GitPython = "^3.1.26"
1516gunicorn = " ^20.1.0"
1617ipykernel = " ^6.16.2"
1718pandas = " ^1.5.1"
18- playwright = " ^1.18.1 "
19+ psycopg2-binary = " ^2.9.5 "
1920pyee = " ^9.0.4"
2021pymongo = " ^4.3.2"
2122pypng = " ^0.20220715.0"
2223PyQRCode = " ^1.2.1"
2324pytest = " ^7.1.2"
25+ python-decouple = " ^3.6"
2426requests = " ^2.27.1"
2527requests-cache = " ^0.9.1"
2628websockets = " ^10.3"
27- arrow = " ^1.2.3"
28- python-decouple = " ^3.6"
29- psycopg2-binary = " ^2.9.5"
3029
31- [tool .poetry .dev-dependencies ]
30+ [tool .poetry .group .dev .dependencies ]
31+ flask = " ^2.2.3"
3232icecream = " ^2.1.3"
3333ipython = " ^8.10.0"
34+ playwright = " ^1.18.1"
3435rich = " ^12.5.1"
3536
3637[tool .black ]
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ fastapi==0.85.2 ; python_full_version >= "3.10.8" and python_full_version < "4.0
2424flake8 == 5.0.4 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
2525gitdb == 4.0.10 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
2626gitpython == 3.1.31 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
27- greenlet == 2.0.1 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
2827gunicorn == 20.1.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
2928idna == 3.4 ; python_full_version >= "3.10.8" and python_version < "4"
3029iniconfig == 2.0.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
@@ -43,7 +42,6 @@ parso==0.8.3 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
4342pexpect == 4.8.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0" and sys_platform != "win32"
4443pickleshare == 0.7.5 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
4544platformdirs == 3.0.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
46- playwright == 1.30.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
4745pluggy == 1.0.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
4846prompt-toolkit == 3.0.36 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
4947psutil == 5.9.4 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
You can’t perform that action at this time.
0 commit comments