Files
discord-reminder-bot/requirements.txt
2020-11-07 06:59:32 +01:00

22 lines
954 B
Plaintext

-i https://pypi.org/simple
aiohttp==3.6.3; python_full_version >= '3.5.3'
apscheduler==3.6.3
async-timeout==3.0.1; python_full_version >= '3.5.3'
attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
certifi==2020.6.20
chardet==3.0.4
dateparser==1.0.0
dhooks==1.1.4
discord.py==1.5.1
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
multidict==4.7.6; python_version >= '3.5'
python-dateutil==2.8.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==0.15.0
pytz==2020.4
regex==2020.10.28
requests==2.24.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==1.3.20
tzlocal==2.1
urllib3==1.25.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
yarl==1.5.1; python_version >= '3.5'