From e7c1d17cab04c70159ad8b184708c76f1b4ba275 Mon Sep 17 00:00:00 2001 From: Matthias Portzel Date: Mon, 4 Apr 2022 12:11:32 -0400 Subject: [PATCH] Remove unneeded requirement * Pygments does syntax highlighting which we're not currently doing * Adds version numbers for jetforce and python-decouple --- requirements.txt | 7 +++---- whispermaphone/settings.py | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) 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/" -