0
0
mirror of https://github.com/etesync/server.git synced 2024-09-20 04:42:26 +02:00

Fix django version specifier

This errors out when building. I've patched this in Nixpkgs, but an
upstream patch is much better for others.
This commit is contained in:
Pyrox 2024-06-03 14:03:31 -04:00
parent 6aa1e299ec
commit b3e09e77bf
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5

View File

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