Add docker-compose.yml, Dockerfile, and requirements.txt
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
32
requirements.txt
Normal file
32
requirements.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
aiohttp==3.8.5
|
||||
aiosignal==1.3.1
|
||||
astroid==2.15.6
|
||||
async-timeout==4.0.2
|
||||
attrs==23.1.0
|
||||
beautifulsoup4==4.12.2
|
||||
black==23.7.0
|
||||
charset-normalizer==3.2.0
|
||||
click==8.1.6
|
||||
dill==0.3.7
|
||||
frozenlist==1.4.0
|
||||
idna==3.4
|
||||
isort==5.12.0
|
||||
Jinja2==3.1.2
|
||||
lazy-object-proxy==1.9.0
|
||||
MarkupSafe==2.1.3
|
||||
mccabe==0.7.0
|
||||
multidict==6.0.4
|
||||
mypy==1.4.1
|
||||
mypy-extensions==1.0.0
|
||||
packaging==23.1
|
||||
pathspec==0.11.2
|
||||
platformdirs==3.10.0
|
||||
pylint==2.17.5
|
||||
python-dotenv==1.0.0
|
||||
soupsieve==2.4.1
|
||||
tomlkit==0.12.1
|
||||
types-beautifulsoup4==4.12.0.5
|
||||
types-html5lib==1.1.11.15
|
||||
typing_extensions==4.7.1
|
||||
wrapt==1.15.0
|
||||
yarl==1.9.2
|
||||
Reference in New Issue
Block a user