Skip to content

Commit c95dba9

Browse files
committed
Dont use fs 2.x as dependency
1 parent b85bcf1 commit c95dba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author_email='[email protected]',
66
url='https://github.com/ja2-stracciatella/ja2-open-toolset',
77
install_requires=[
8-
'fs>=0.5.2',
9-
'Pillow>=2.8.2'
8+
'fs>=0.5.4,<2',
9+
'Pillow>=4.1.0,<5'
1010
],
1111
packages=find_packages())

0 commit comments

Comments
 (0)