16 Commits (9aaea7b6a7fef00e89286613511b158425b6b67c)

Author SHA1 Message Date
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.
2 years ago
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.
2 years ago
Tom Hacohen 709a607d47 Update Django dependency. 2 years ago
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!
3 years ago
Victor R. Santos d1d58f15c7 Update dependencies while keeping Django below 4.0 3 years ago
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
3 years ago
Tom Hacohen ef69954b6d requirements.txt: Add missing deps. 4 years ago
Tom Hacohen 8bfdbc55a3 Add typing extensions to requirements. 4 years ago
Tom Hacohen c4235662d8 Use uvicorn[standard] in requirements to get some added extras. 4 years ago
Tom Hacohen 4ceb42780e Remove unused django_etebase code. 4 years ago
Tal Leibman c1534f6587 first commit 4 years ago
Tom Hacohen 38e0700ac0 Update django and remove unused deps. 4 years ago
Tom Hacohen 453275eadf Authentication: move to msgpack for the encrypted parts. 4 years ago
Tom Hacohen ddc43c638a Requirements: remove unused requirements. 4 years ago
Tom Hacohen 32a8b9c90d Implement a ZKPP login flow. 4 years ago
Tom Hacohen 228522d019 Add requirements. 5 years ago