added requirements.txt

This commit is contained in:
Wojciech Kwolek 2023-05-28 04:57:17 +02:00
parent 35b858dcbb
commit 2deb00770c

10
requirements.txt Normal file
View file

@ -0,0 +1,10 @@
-i https://pypi.org/simple
anyio==3.7.0 ; python_version >= '3.7'
certifi==2023.5.7 ; python_version >= '3.6'
h11==0.14.0 ; python_version >= '3.7'
httpcore==0.17.2 ; python_version >= '3.7'
httpx==0.24.1 ; python_version >= '3.7'
idna==3.4 ; python_version >= '3.5'
peewee==3.16.2
python-telegram-bot==20.3
sniffio==1.3.0 ; python_version >= '3.7'