We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85bcf1 commit c95dba9Copy full SHA for c95dba9
setup.py
@@ -5,7 +5,7 @@
5
author_email='[email protected]',
6
url='https://github.com/ja2-stracciatella/ja2-open-toolset',
7
install_requires=[
8
- 'fs>=0.5.2',
9
- 'Pillow>=2.8.2'
+ 'fs>=0.5.4,<2',
+ 'Pillow>=4.1.0,<5'
10
],
11
packages=find_packages())
0 commit comments