Skip to content

Commit

Permalink
fix directory name, add south 1.0.2 to install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan committed Dec 8, 2018
1 parent dcb671a commit 2b9ba7a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
version='0.0.48',
packages=find_packages(),
requires=['python (>= 2.7)', 'requests', 'django_model_utils'],
install_requires=['requests>=2.6.0', 'django-model-utils'],
install_requires=['requests>=2.6.0', 'django-model-utils', 'South==1.0.2'],
tests_require=['mock'],
description='Python wrapper for the Ripple API',
long_description=open(join(dirname(__file__), 'README.rst')).read(),
Expand Down

0 comments on commit 2b9ba7a

Please sign in to comment.