Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cdvv7788 committed Apr 4, 2019
1 parent 9970df9 commit 0c04509
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django>=1.11.20

# Additional requirements go here
requests==2.11.1
iso8601==0.1.11
requests==2.21.0
iso8601==0.1.12
git+https://github.com/getsentry/responses.git#egg=responses
six==1.10.0
six==1.12.0
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup

version = '0.1.24'
version = '0.2.0'

if sys.argv[-1] == 'publish':
try:
Expand Down Expand Up @@ -43,9 +43,9 @@
],
include_package_data=True,
install_requires=[
'requests==2.11.1',
'iso8601==0.1.11',
'six==1.10.0',
'requests==2.21.0',
'iso8601==0.1.12',
'six==1.12.0',
'django>=1.11.20',
],
license="MIT",
Expand Down

0 comments on commit 0c04509

Please sign in to comment.