Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Fixed name app, added drf to deps in setup.py #1
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinliuterovich committed Oct 30, 2017
1 parent afdd2df commit 404f59c
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 @@ -33,7 +33,7 @@ def run_tests(self):


setup(
name='django-data-models',
name='drf-swagger-yaml',
version=__version__,
packages=['drf_swagger_yaml'],
include_package_data=True,
Expand All @@ -42,7 +42,7 @@ def run_tests(self):
author='Konstantin Liuterovich',
author_email='[email protected]',
description='Django\'s Drf swagger yaml',
install_requires=["django>=1.8,<1.11", "psycopg2>=2.6.2", 'pyyaml'],
install_requires=["django>=1.8,<1.11", 'djangorestframework', 'pyyaml'],
tests_require=["tox", "pyyaml"],
cmdclass={'test': Tox},
)

0 comments on commit 404f59c

Please sign in to comment.