Skip to content

Commit

Permalink
Avoid installing backports.zoneinfo when using python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fumblehool committed May 16, 2024
1 parent 985d134 commit 2a3a56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asgiref==3.5.0
backports.zoneinfo==0.2.1
backports.zoneinfo==0.2.1;python_version<"3.9"
dj-database-url==0.5.0
Django==4.0.3
gunicorn==20.1.0
Expand Down

0 comments on commit 2a3a56b

Please sign in to comment.