Skip to content

Commit

Permalink
[fix] dependencies vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Sep 20, 2019
1 parent 6fbc1c8 commit 8a21c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
description='Bothub Engine',
packages=find_packages(),
install_requires=[
'django==2.1.3',
'django==2.1.11',
'django-environ==0.4.5',
'djangorestframework==3.9.0',
'djangorestframework==3.9.1',
'django-filter==2.0.0',
'django-cors-headers==2.4.0',
'requests==2.20.1',
Expand Down

0 comments on commit 8a21c60

Please sign in to comment.