Browse Source

HOT-FIX: fix security alerts

pull/2465/head
Victor Fabre 6 years ago
parent
commit
ac154fd277
  1. 2
      requirements/requirements.txt
  2. 2
      setup.py

2
requirements/requirements.txt

@ -1,4 +1,4 @@
django>=1.11,<2.0 django>=1.11.19,<2.0
django-haystack==2.8.1 django-haystack==2.8.1
django-filter==2.0.0 django-filter==2.0.0
djangorestframework==3.9.0 djangorestframework==3.9.0

2
setup.py

@ -9,7 +9,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
install_requires = [ install_requires = [
'django>=1.11,<2.0', 'django>=1.11.19,<2.0',
'django-haystack==2.8.1', 'django-haystack==2.8.1',
'django-filter==2.0.0', 'django-filter==2.0.0',
'djangorestframework==3.9.0', 'djangorestframework==3.9.0',

Loading…
Cancel
Save