Merge pull request #2 from mogad0n/requirements

added requirements
This commit is contained in:
Noah Saso 2021-06-24 22:50:23 -07:00 committed by GitHub
commit cafd344203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
env/
venv/

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