Skip to content

Commit cb79765

Browse files
author
Eric Honkanen
committed
Updated setup.py to include inflection
1 parent 67b77a9 commit cb79765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_readme():
1616
license='BSD',
1717
keywords="EmberJS Django REST",
1818
packages=find_packages(),
19-
install_requires=['django', 'djangorestframework' ],
19+
install_requires=['django', 'djangorestframework', 'inflection' ],
2020
platforms=['any'],
2121
classifiers=[
2222
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)