Skip to content

Commit

Permalink
Update requirements file (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb authored Aug 13, 2024
1 parent 638e108 commit 7580e09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
aiohttp==3.9.4 ; python_version >= "3.12" and python_version < "4.0"
aiohappyeyeballs==2.3.5 ; python_version >= "3.12" and python_version < "4.0"
aiohttp==3.10.2 ; python_version >= "3.12" and python_version < "4.0"
aiosignal==1.3.1 ; python_version >= "3.12" and python_version < "4.0"
amqp==5.2.0 ; python_version >= "3.12" and python_version < "4.0"
asgiref==3.7.2 ; python_version >= "3.12" and python_version < "4.0"
Expand Down Expand Up @@ -40,7 +41,7 @@ django-log-formatter-ecs==0.0.5 ; python_version >= "3.12" and python_version <
django-staff-sso-client==4.2.2 ; python_version >= "3.12" and python_version < "4.0"
django-timezone-field==6.1.0 ; python_version >= "3.12" and python_version < "4.0"
django-workflow-engine==0.2.1 ; python_version >= "3.12" and python_version < "4.0"
django==4.2.14 ; python_version >= "3.12" and python_version < "4.0"
django==4.2.15 ; python_version >= "3.12" and python_version < "4.0"
djangorestframework==3.15.2 ; python_version >= "3.12" and python_version < "4.0"
docopt==0.6.2 ; python_version >= "3.12" and python_version < "4.0"
elasticsearch-dsl==7.4.1 ; python_version >= "3.12" and python_version < "4.0"
Expand Down

0 comments on commit 7580e09

Please sign in to comment.