mirror of
https://github.com/etesync/server
synced 2025-01-28 09:30:56 +00: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:
parent
6aa1e299ec
commit
b3e09e77bf
@ -1,4 +1,4 @@
|
|||||||
django>=4.0<5.0
|
django>=4.0,<5.0
|
||||||
msgpack
|
msgpack
|
||||||
pynacl
|
pynacl
|
||||||
fastapi
|
fastapi
|
||||||
|
Loading…
Reference in New Issue
Block a user