diff options
| author | Andrew <saintruler@gmail.com> | 2020-02-11 14:17:19 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-02-11 14:17:19 +0400 |
| commit | 1ca68c0b1af0f7fb5812c831d61cd85d282f08e1 (patch) | |
| tree | e2d5be0c35718f27955c705252d09cdf938a3370 /requirements.txt | |
Basic functionality
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4ca965a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +certifi==2019.11.28 +cffi==1.13.2 +chardet==3.0.4 +cryptography==2.8 +future==0.18.2 +idna==2.8 +pycparser==2.19 +PySocks==1.7.1 +python-telegram-bot==12.3.0 +requests==2.22.0 +six==1.14.0 +tornado==6.0.3 +urllib3==1.25.8 |