Skip to content

Commit 2bcba81

Browse files
Update dependencies
1 parent 8abe2a0 commit 2bcba81

File tree

3 files changed

+83
-64
lines changed

3 files changed

+83
-64
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ pandas = "^1.4.0"
1212
playwright = "^1.18.1"
1313
requests-cache = "^0.9.1"
1414
GitPython = "^3.1.26"
15+
pyee = "^9.0.4"
16+
websockets = "^10.3"
17+
Django = "^4.0.6"
1518

1619
[tool.poetry.dev-dependencies]
1720
icecream = "^2.1.1"

requirements.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
11
appdirs==1.4.4; python_version >= "3.7" and python_version < "4.0"
2+
asgiref==3.5.2; python_version >= "3.8"
23
attrs==21.4.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0"
34
beautifulsoup4==4.11.1; python_full_version >= "3.6.0"
45
bs4==0.0.1
56
cattrs==22.1.0; python_version >= "3.7" and python_version < "4.0"
67
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
78
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
9+
django==4.0.6; python_version >= "3.8"
810
exceptiongroup==1.0.0rc8; python_full_version >= "3.10.0" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version <= "3.10"
911
gitdb==4.0.9; python_version >= "3.7"
1012
gitpython==3.1.27; python_version >= "3.7"
1113
greenlet==1.1.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
1214
idna==3.3; python_version >= "3.7" and python_version < "4"
1315
numpy==1.23.1; python_version >= "3.10"
1416
pandas==1.4.3; python_version >= "3.8"
15-
playwright==1.24.0; python_version >= "3.7"
16-
pyee==8.1.0; python_version >= "3.7"
17+
playwright==1.18.1; python_version >= "3.7"
18+
pyee==9.0.4
1719
python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
1820
pytz==2022.1; python_version >= "3.8"
1921
requests-cache==0.9.5; python_version >= "3.7" and python_version < "4.0"
2022
requests==2.28.1; python_version >= "3.7" and python_version < "4"
2123
six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version >= "3.8" and python_version < "4.0"
2224
smmap==5.0.0; python_version >= "3.7"
2325
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
26+
sqlparse==0.4.2; python_version >= "3.8"
27+
typing-extensions==4.3.0; python_version >= "3.7"
28+
tzdata==2022.1; sys_platform == "win32" and python_version >= "3.8"
2429
url-normalize==1.4.3; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.0"
2530
urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
26-
websockets==10.1; python_version >= "3.7"
31+
websockets==10.3; python_version >= "3.7"

0 commit comments

Comments
 (0)