Skip to content

Commit 46018c3

Browse files
Update deps
Sort alpha, add flask
1 parent 422b746 commit 46018c3

File tree

3 files changed

+154
-10
lines changed

3 files changed

+154
-10
lines changed

poetry.lock

Lines changed: 148 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = ["pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com>
66

77
[tool.poetry.dependencies]
88
python = "^3.10.8"
9+
arrow = "^1.2.3"
910
bs4 = "^0.0.1"
1011
Django = "^4.0.6"
1112
dnspython = "^2.2.1"
@@ -15,22 +16,22 @@ GitPython = "^3.1.26"
1516
gunicorn = "^20.1.0"
1617
ipykernel = "^6.16.2"
1718
pandas = "^1.5.1"
18-
playwright = "^1.18.1"
19+
psycopg2-binary = "^2.9.5"
1920
pyee = "^9.0.4"
2021
pymongo = "^4.3.2"
2122
pypng = "^0.20220715.0"
2223
PyQRCode = "^1.2.1"
2324
pytest = "^7.1.2"
25+
python-decouple = "^3.6"
2426
requests = "^2.27.1"
2527
requests-cache = "^0.9.1"
2628
websockets = "^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"
3232
icecream = "^2.1.3"
3333
ipython = "^8.10.0"
34+
playwright = "^1.18.1"
3435
rich = "^12.5.1"
3536

3637
[tool.black]

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ fastapi==0.85.2 ; python_full_version >= "3.10.8" and python_full_version < "4.0
2424
flake8==5.0.4 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
2525
gitdb==4.0.10 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
2626
gitpython==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"
2827
gunicorn==20.1.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
2928
idna==3.4 ; python_full_version >= "3.10.8" and python_version < "4"
3029
iniconfig==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"
4342
pexpect==4.8.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0" and sys_platform != "win32"
4443
pickleshare==0.7.5 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
4544
platformdirs==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"
4745
pluggy==1.0.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
4846
prompt-toolkit==3.0.36 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
4947
psutil==5.9.4 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)