Fix django version specifier

This errors out when building. I've patched this in Nixpkgs, but an
upstream patch is much better for others.
pull/182/head
Pyrox 1 month ago
parent 6aa1e299ec
commit b3e09e77bf
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5

@ -1,4 +1,4 @@
django>=4.0<5.0
django>=4.0,<5.0
msgpack
pynacl
fastapi

Loading…
Cancel
Save