6 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 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 ee8349d419 Update django version in requirements-dev.txt too 3 years ago
Tom Hacohen 84b6114e99 Requirements: add dev requirements and django-stubs. 4 years ago