Skip to content

Commit

Permalink
Create requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgojoof6eyes authored Mar 27, 2022
1 parent 9080248 commit ba21571
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
aiofiles==0.8.0; python_version >= "3.6" and python_version < "4.0"
anyio==3.5.0; python_full_version >= "3.6.2" and python_version >= "3.6"
asyncio==3.4.3
beautifulsoup4==4.10.0; python_full_version > "3.0.0"
cachetools==4.2.4; python_version >= "3.5" and python_version < "4.0"
certifi==2021.10.8; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
charset-normalizer==2.0.11; python_full_version >= "3.6.0" and python_version >= "3.6"
dnspython==2.2.0; python_version >= "3.6" and python_version < "4.0"
google==3.0.0
gpytranslate==1.4.0; python_version >= "3.6"
h11==0.12.0; python_version >= "3.6"
h2==4.1.0; python_version >= "3.6" and python_full_version >= "3.6.1"
hpack==4.0.0; python_version >= "3.6" and python_full_version >= "3.6.1"
httpcore==0.13.7; python_version >= "3.6"
httpx==0.20.0; python_version >= "3.6"
hyperframe==6.0.1; python_version >= "3.6" and python_full_version >= "3.6.1"
idna==3.3; python_version >= "3.6" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5") and python_full_version >= "3.6.2"
lxml==4.7.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
prettyconf==2.2.1
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
pymongo==3.12.3
pyrogram==1.4.1; python_version >= "3.6" and python_version < "4.0"
pysocks==1.7.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.4.0"
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
pyyaml==6.0; python_version >= "3.6"
regex==2021.11.10
requests==2.27.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
rfc3986==1.5.0; python_version >= "3.6"
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.6"
soupsieve==2.3.1; python_version >= "3.6" and python_full_version > "3.0.0"
speedtest-cli==2.1.3
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
tswift==0.7.0
typing-extensions==4.0.1; python_full_version >= "3.6.2" and python_version >= "3.6" and python_version < "3.8"
ujson==4.3.0; python_version >= "3.6"
urllib3==1.26.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
wikipedia==1.4.0

0 comments on commit ba21571

Please sign in to comment.