diff --git a/requirements.txt b/requirements.txt index 9a7ddfa..6d740ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ -Django~=4.0 +Django~=4.0.3 python-magic~=0.4.22 -Pygments~=2.8.1 -python-decouple +python-decouple~=3.6 -jetforce +jetforce~=0.9.0 git+https://github.com/django-haystack/django-haystack.git git+https://tildegit.org/matthias/xapian-haystack.git diff --git a/whispermaphone/settings.py b/whispermaphone/settings.py index 99f7259..78293e8 100644 --- a/whispermaphone/settings.py +++ b/whispermaphone/settings.py @@ -121,4 +121,3 @@ STATIC_ROOT = BASE_DIR / "static/" MEDIA_ROOT = BASE_DIR / "media/" MEDIA_URL = "/media/" -