added requirements

This commit is contained in:
Pratyush Desai 2021-06-25 11:01:51 +05:30
parent f1dada6119
commit bf44a9a3ef
2 changed files with 17 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
env/

16
requirements.txt Normal file
View File

@ -0,0 +1,16 @@
aiohttp==3.7.4.post0
async-timeout==3.0.1
attrs==21.2.0
beautifulsoup4==4.9.3
bs4==0.0.1
certifi==2021.5.30
chardet==4.0.0
idna==2.10
multidict==5.1.0
python-graphql-client==0.4.3
requests==2.25.1
soupsieve==2.2.1
typing-extensions==3.10.0.0
urllib3==1.26.5
websockets==9.1
yarl==1.6.3