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

14 Commits

Author SHA1 Message Date
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