File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ pillow~=9.0.0
2+ ascii_magic~=1.6.0
Original file line number Diff line number Diff line change 1- requests ~= 2.27.1
2- pillow ~= 9.0.0
3- ascii_magic ~= 1.6.0
1+ requests ~= 2.27.1
Original file line number Diff line number Diff line change 66
77README = (HERE / "README.md" ).read_text ()
88INSTALL_REQUIRED = (HERE / "requirements.txt" ).read_text ()
9+ IMAGE_EXTRA_REQUIRED = (HERE / "image_extra_requirements.txt" ).read_text ()
910SETUP_REQUIRED = (HERE / "setup_requirements.txt" ).read_text ()
1011TEST_REQUIRED = (HERE / "test_requirements.txt" ).read_text ()
1112
2627 },
2728 license = 'MIT' ,
2829 install_requires = INSTALL_REQUIRED ,
30+ extras_require = {
31+ "Images" : IMAGE_EXTRA_REQUIRED ,
32+ },
2933 classifiers = [
3034 'Development Status :: 3 - Alpha' ,
3135 'License :: OSI Approved :: MIT License' ,
You can’t perform that action at this time.
0 commit comments