Remove unneeded requirement

* Pygments does syntax highlighting which we're not currently doing
* Adds version numbers for jetforce and python-decouple
This commit is contained in:
Matthias Portzel 2022-04-04 12:11:32 -04:00
parent a544c89752
commit e7c1d17cab
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -121,4 +121,3 @@ STATIC_ROOT = BASE_DIR / "static/"
MEDIA_ROOT = BASE_DIR / "media/"
MEDIA_URL = "/media/"