Skip to content

Commit

Permalink
build(requirements): Removed strict version check where not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickelza committed Dec 26, 2023
1 parent 4acafe8 commit 6f83e48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
python-dotenv==1.0.0
python-telegram-bot[rate-limiter]==20.4
peewee==3.16.3
peewee~=3.16.3
asyncpraw~=7.7.1
APScheduler==3.10.4
Pillow>=9.0.0
validators==0.22.0
validators~=0.22.0
pymysql~=1.1.0
pytz==2023.3
cryptography==41.0.3
requests==2.31.0
pytz~=2023.3
cryptography~=41.0.0
requests~=2.31.0
one-piece-wanted-poster>=0.0.12
geopy~=2.4.0
timezonefinder~=6.2.0
Expand Down

0 comments on commit 6f83e48

Please sign in to comment.