Skip to content

Commit

Permalink
requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-kormin committed Feb 1, 2023
1 parent 631f72e commit dabb005
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apscheduler==3.10.0 ; python_version >= "3.8" and python_version < "4.0"
apscheduler==3.9.1.post1 ; python_version >= "3.8" and python_version < "4"
asgiref==3.6.0 ; python_version >= "3.8" and python_version < "4.0"
backports-zoneinfo==0.2.1 ; python_version >= "3.8" and python_version < "3.9"
certifi==2022.12.7 ; python_version >= "3.8" and python_version < "4"
Expand All @@ -18,13 +18,13 @@ pycparser==2.21 ; python_version >= "3.8" and python_version < "4.0"
pyjwt==2.6.0 ; python_version >= "3.8" and python_version < "4.0"
python-dateutil==2.8.2 ; python_version >= "3.8" and python_version < "4.0"
python-dotenv==0.20.0 ; python_version >= "3.8" and python_version < "4.0"
pytz-deprecation-shim==0.1.0.post0 ; python_version >= "3.8" and python_version < "4.0"
pytz==2022.7.1 ; python_version >= "3.8" and python_version < "4.0"
pytz-deprecation-shim==0.1.0.post0 ; python_version >= "3.8" and python_version < "4"
pytz==2022.7.1 ; python_version >= "3.8" and python_version < "4"
requests==2.28.2 ; python_version >= "3.8" and python_version < "4"
setuptools==67.0.0 ; python_version >= "3.8" and python_version < "4.0"
setuptools==66.1.1 ; python_version >= "3.8" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.8" and python_version < "4.0"
sqlparse==0.4.3 ; python_version >= "3.8" and python_version < "4.0"
tzdata==2022.7 ; python_version >= "3.8" and python_version < "4.0"
tzlocal==4.2 ; python_version >= "3.8" and python_version < "4.0"
tzdata==2022.7 ; python_version >= "3.8" and python_version < "4"
tzlocal==4.2 ; python_version >= "3.8" and python_version < "4"
urllib3==1.26.14 ; python_version >= "3.8" and python_version < "4"
whitenoise==6.3.0 ; python_version >= "3.8" and python_version < "4.0"

0 comments on commit dabb005

Please sign in to comment.