Skip to content

Commit

Permalink
Update the requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuworldman committed Aug 30, 2015
1 parent e3840d9 commit a0cc240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -3,7 +3,7 @@ Sphinx
coveralls
django-extensions>=1.3.0
flake8
future
future>=0.15
mock
psycopg2
pyinotify>=0.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@ def read_file(path):
],
package_dir={'': 'src'},
packages=find_packages('src'),
install_requires=['future'],
install_requires=['future>=0.15'],
extras_require={'fsnotify': ['pyinotify>=0.9'],
'requests': ['requests'],
'django-pguuid': ['Django>=1.6', 'django-extensions>=1.3.0', 'psycopg2'],
Expand Down

0 comments on commit a0cc240

Please sign in to comment.