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

7 Commits

Author SHA1 Message Date
Tom Hacohen
df0d1596e2 Upgrade dev deps and add ruff. 2024-06-08 17:49:40 -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
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
ee8349d419 Update django version in requirements-dev.txt too 2022-03-17 20:27:30 +02:00
Tom Hacohen
84b6114e99 Requirements: add dev requirements and django-stubs. 2020-12-29 13:43:11 +02:00