ryuko-ng/requirements.txt

22 lines
1.3 KiB
Plaintext
Raw Normal View History

2022-08-18 07:26:36 +00:00
aiohttp==3.8.1; python_version >= "3.6"
aiosignal==1.2.0; python_version >= "3.6" and python_full_version >= "3.8.0"
async-timeout==4.0.2; python_version >= "3.6" and python_full_version >= "3.8.0"
2022-08-10 18:08:45 +00:00
attrs==22.1.0; python_version >= "3.6" and python_full_version >= "3.8.0"
cffi==1.15.1; python_version >= "3.6"
2022-08-18 07:24:43 +00:00
charset-normalizer==2.1.0; python_full_version >= "3.8.0" and python_version >= "3.6"
2022-08-10 18:08:45 +00:00
cryptography==37.0.4; python_version >= "3.6"
2022-08-18 07:24:43 +00:00
discord.py==2.0.0; python_full_version >= "3.8.0"
2022-08-10 18:08:45 +00:00
frozenlist==1.3.1; python_version >= "3.7" and python_full_version >= "3.8.0"
gidgethub==5.2.0; python_version >= "3.6"
2022-08-18 07:26:36 +00:00
humanize==3.14.0; python_version >= "3.6"
idna==3.3; python_version >= "3.7"
multidict==6.0.2; python_version >= "3.7" and python_full_version >= "3.8.0"
parsedatetime==2.6
2022-08-10 19:27:47 +00:00
pillow==9.2.0; python_version >= "3.7"
2022-08-18 07:26:36 +00:00
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.4.0"
pyjwt==2.4.0; python_version >= "3.6"
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
uritemplate==4.1.1; python_version >= "3.6"
2022-08-10 18:08:45 +00:00
yarl==1.8.1; python_version >= "3.7" and python_full_version >= "3.8.0"