mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-18 21:09:42 -05:00
feat: lib updates and more (#1187)
This PR performs the following changes: - update python in Dockerfile - updates all python libraries (including Django) - makes md5sum calculation redundant by default - updates Postgresql used in Docker. For new installations this is ok. For existing ones this is backwards incompatible, and restore through pg_dump+pg_restore has to be performed in order to utilize Postgres 17 (since its not compatible with previous versions and will complain) - fixes issues with HLS, and adds test to ensure they won't happen again - allows . and @ in usernames
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
-r requirements.txt
|
||||
|
||||
rpdb
|
||||
tqdm
|
||||
ipython
|
||||
flake8
|
||||
pylint
|
||||
pep8
|
||||
django-silk
|
||||
pre-commit
|
||||
pytest-cov
|
||||
pytest-django
|
||||
pytest-factoryboy
|
||||
Faker
|
||||
django-cors-headers
|
||||
rpdb==0.2.0
|
||||
tqdm==4.67.1
|
||||
ipython==8.32.0
|
||||
flake8==7.1.1
|
||||
pylint==3.3.4
|
||||
pep8==1.7.1
|
||||
django-silk==5.3.2
|
||||
pytest-cov==6.0.0
|
||||
pytest-django==4.9.0
|
||||
pytest-factoryboy==2.7.0
|
||||
Faker==35.2.0
|
||||
django-cors-headers==4.7.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user