1
0
Fork 0

Added requirements.txt

This commit is contained in:
Casey 2022-08-24 08:33:03 +03:00
parent a8b413a632
commit d8c86a21f9
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
2 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
__pycache__ __pycache__
*.py[cow] *.py[cow]
config-prod.ini config-prod.ini
venv

12
requirements.txt Normal file
View File

@ -0,0 +1,12 @@
anyio==3.6.1
beautifulsoup4==4.11.1
bs4==0.0.1
certifi==2022.6.15
h11==0.12.0
httpcore==0.15.0
httpx==0.23.0
idna==3.3
rfc3986==1.5.0
sniffio==1.2.0
soupsieve==2.3.2.post1
websockets==10.3