Remove depreciations

This commit is contained in:
Sebastien Corbin
2022-01-17 13:53:52 +01:00
committed by Sébastien Corbin
parent 382c824cca
commit cf9a37a009
7 changed files with 15 additions and 13 deletions

View File

@@ -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,