diff --git a/.gitignore b/.gitignore index 32ac8d5..06bee31 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__ *.py[cow] config-prod.ini +venv diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..98460e3 --- /dev/null +++ b/requirements.txt @@ -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