Skip to content

Commit

Permalink
chore: Fix docs build sometimes failing due to bad version string
Browse files Browse the repository at this point in the history
This failed once in automated builds recently, but only for py 3.10.
I don't have an explanation for that, or why it didn't fail earlier.
But it's an easy fix!
  • Loading branch information
NickolausDS committed Jun 21, 2024
1 parent 07b0323 commit e9060d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base requirements to build DGPF (We should make this use the top level reqs
django<4.0.0
globus_sdk<4.0.0
social-auth-app-django<6.0.0>=3.0.0
social-auth-app-django>=3.0.0,<6.0.0
python-jose[cryptography]>=3.0.1
packaging>=21.0

Expand Down

0 comments on commit e9060d3

Please sign in to comment.