Skip to content

Commit

Permalink
🔧 #122: Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 committed May 6, 2021
1 parent 2c5cdef commit 419efc5
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
python-telegram-bot
sqlalchemy
requests
toml
# Main requirements
python-telegram-bot==13.5
SQLAlchemy==1.4.14
requests==2.25.1
toml==0.10.2

# Sub-dependencies
APScheduler==3.6.3
certifi==2020.12.5
chardet==4.0.0
coloredlogs==15.0
greenlet==1.1.0
humanfriendly==9.1
idna==2.10
pytz==2021.1
six==1.16.0
tornado==6.1
tzlocal==2.1
urllib3==1.26.4

0 comments on commit 419efc5

Please sign in to comment.