Skip to content

Commit baf7007

Browse files
Update deps
1 parent c7b8853 commit baf7007

File tree

3 files changed

+159
-2
lines changed

3 files changed

+159
-2
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ websockets = "^10.3"
1717
Django = "^4.0.6"
1818
pymongo = "^4.2.0"
1919
dnspython = "^2.2.1"
20+
flake8 = "^5.0.4"
21+
pytest = "^7.1.2"
2022

2123
[tool.poetry.dev-dependencies]
2224
icecream = "^2.1.1"

requirements.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,35 @@
11
appdirs==1.4.4; python_version >= "3.7" and python_version < "4.0"
22
asgiref==3.5.2; python_version >= "3.8"
3+
atomicwrites==1.4.1; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.4.0"
34
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"
45
beautifulsoup4==4.11.1; python_full_version >= "3.6.0"
56
bs4==0.0.1
67
cattrs==22.1.0; python_version >= "3.7" and python_version < "4.0"
78
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
89
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
10+
colorama==0.4.5; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0"
911
django==4.1; python_version >= "3.8"
1012
dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0"
1113
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"
14+
flake8==5.0.4; python_full_version >= "3.6.1"
1215
gitdb==4.0.9; python_version >= "3.7"
1316
gitpython==3.1.27; python_version >= "3.7"
1417
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"
1518
idna==3.3; python_version >= "3.7" and python_version < "4"
19+
iniconfig==1.1.1; python_version >= "3.7"
20+
mccabe==0.7.0; python_version >= "3.6" and python_full_version >= "3.6.1"
1621
numpy==1.23.1; python_version >= "3.10"
22+
packaging==21.3; python_version >= "3.7"
1723
pandas==1.4.3; python_version >= "3.8"
1824
playwright==1.18.1; python_version >= "3.7"
25+
pluggy==1.0.0; python_version >= "3.7"
26+
py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
27+
pycodestyle==2.9.1; python_version >= "3.6" and python_full_version >= "3.6.1"
1928
pyee==9.0.4
29+
pyflakes==2.5.0; python_version >= "3.6" and python_full_version >= "3.6.1"
2030
pymongo==4.2.0; python_version >= "3.7"
31+
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.7"
32+
pytest==7.1.2; python_version >= "3.7"
2133
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"
2234
pytz==2022.1; python_version >= "3.8"
2335
requests-cache==0.9.5; python_version >= "3.7" and python_version < "4.0"
@@ -26,6 +38,7 @@ six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" and pytho
2638
smmap==5.0.0; python_version >= "3.7"
2739
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
2840
sqlparse==0.4.2; python_version >= "3.8"
41+
tomli==2.0.1; python_version >= "3.7"
2942
typing-extensions==4.3.0; python_version >= "3.7"
3043
tzdata==2022.1; sys_platform == "win32" and python_version >= "3.8"
3144
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"

0 commit comments

Comments
 (0)