mirror of
https://github.com/etesync/server
synced 2024-11-18 23:08:08 +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
|
||||
pynacl
|
||||
fastapi
|
||||
|
Loading…
Reference in New Issue
Block a user