Remove depreciations
This commit is contained in:
committed by
Sébastien Corbin
parent
382c824cca
commit
cf9a37a009
2
setup.py
2
setup.py
@@ -14,7 +14,7 @@ setup(
|
||||
long_description=open(os.path.join(here, 'README.rst')).read() + '\n\n' +
|
||||
open(os.path.join(here, 'CHANGES')).read(),
|
||||
license='LPGL, see LICENSE file.',
|
||||
install_requires=['Django>=1.11', 'pillow'],
|
||||
install_requires=['Django>=1.11', 'pillow', 'pyquery>=1.4.2'],
|
||||
packages=find_packages(exclude=['example_project*', 'tests']),
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
|
||||
Reference in New Issue
Block a user