1
0
mirror of https://github.com/etesync/server synced 2024-11-19 07:18:08 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Tom Hacohen
49eeeefef5 Make fastapi 0.104 and pydantic 2.0 min requirements 2024-06-08 19:29:56 -04:00
Pyrox
b3e09e77bf
Fix django version specifier
This errors out when building. I've patched this in Nixpkgs, but an
upstream patch is much better for others.
2024-06-03 14:03:31 -04:00
Tom Hacohen
da613b4700 Bump django to version 4 LTS
Apparently version 3 is EOL.

Fixes #173
2024-06-02 21:37:29 -04:00
Tom Hacohen
8c6d04e8d3 Replace aioredis with redis-py
aioredis has been merged into redis-py and will no longer be maintained
as a separate project.
2022-09-04 19:57:27 +02:00
Victor R. Santos
d1d58f15c7 Update dependencies while keeping Django below 4.0 2022-03-20 14:22:05 +02:00
Tom Hacohen
ef69954b6d requirements.txt: Add missing deps. 2021-01-28 17:44:17 +02:00
Tom Hacohen
8bfdbc55a3 Add typing extensions to requirements. 2020-12-29 18:53:31 +02:00
Tom Hacohen
c4235662d8 Use uvicorn[standard] in requirements to get some added extras. 2020-12-29 18:50:30 +02:00
Tom Hacohen
4ceb42780e Remove unused django_etebase code. 2020-12-28 16:42:39 +02:00
Tal Leibman
c1534f6587 first commit 2020-12-27 20:32:09 +02:00
Tom Hacohen
38e0700ac0 Update django and remove unused deps. 2020-09-10 19:19:19 +03:00
Tom Hacohen
453275eadf Authentication: move to msgpack for the encrypted parts. 2020-06-29 11:30:59 +03:00
Tom Hacohen
ddc43c638a Requirements: remove unused requirements. 2020-05-31 16:39:27 +03:00
Tom Hacohen
32a8b9c90d Implement a ZKPP login flow. 2020-05-14 16:26:02 +03:00
Tom Hacohen
228522d019 Add requirements. 2020-02-19 14:54:35 +02:00