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

19 Commits

Author SHA1 Message Date
Tom Hacohen
dae6f17355 Upgrade dependencies. 2024-06-08 17:45:45 -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
Tommi Mäklin
6b66ec16d5 Update pyyaml from 6.0 to 6.0.1. 2023-10-20 09:22:45 -04:00
Victor R. Santos
f9645917d7
Update dependencies for Python 3.11
Fix `httptools` and `uvloop` failing to build using on Python 3.11
Updated all other dependencies.
2022-12-07 15:30:27 -03: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
Tom Hacohen
709a607d47 Update Django dependency. 2022-06-13 14:01:15 +03:00
Victor R. Santos
e0010f21f6
Update dependecies generated by pip-compile. (#126)
This one is to fix my own PR #125, the requirement files contained the following sentence:

"To update, run: pip-compile --output-file=requirements.txt requirements.in/base.txt"

But that was misleading, after reading pip-tools documentation I found that

"If pip-compile finds an existing requirements.txt file that fulfils the dependencies then no changes will be made, even if updates are available."

That was my mistake, generated the files again and made new builds using python 3.10 that worked as expected. Once again sorry for the mistake!
2022-03-23 11:36:21 +02:00
Victor R. Santos
d1d58f15c7 Update dependencies while keeping Django below 4.0 2022-03-20 14:22:05 +02:00
Tom Hacohen
056d6853a0 Deps: update django dep.
This is in response to reports in #123. There are no security issues
affecting Etebase, but people still misunderstood the reports so updating
to make sure that it's clear.

More info:
https://github.com/etesync/server/issues/123\#issuecomment-1070644715
2022-03-17 11:47:43 +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