diff --git a/.gitignore b/.gitignore index 288ab18f..dc2c5b4e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ docs/_build/ /build /dist/ +/.project +/.pydevproject diff --git a/setup.py b/setup.py index 1141df52..ecd89df8 100644 --- a/setup.py +++ b/setup.py @@ -26,5 +26,6 @@ 'Environment :: Web Environment', 'Topic :: Software Development', 'Topic :: Software Development :: User Interfaces', - ] + ], + install_requires=['Django<=1.10.2'], )