File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 packages = find_packages (),
2828 py_modules = [splitext (basename (path ))[0 ] for path in glob ('pystac_client/*.py' )],
2929 include_package_data = False ,
30+ python_requires = ">=3.7" ,
3031 install_requires = [
31- "python-dateutil>=2.7.0" ,
32- "requests~=2.25" ,
33- "pystac~=1.1.0"
32+ "requests>=2.25" ,
33+ "pystac~=1.2.0"
3434 ],
3535 extras_require = {
3636 "validation" : ["jsonschema==3.2.0" ]
4747 classifiers = [
4848 "Programming Language :: Python" ,
4949 "Programming Language :: Python :: 3" ,
50- "Programming Language :: Python :: 3.6" ,
5150 "Programming Language :: Python :: 3.7" ,
5251 "Programming Language :: Python :: 3.8" ,
5352 "Programming Language :: Python :: 3.9" ,
53+ "Programming Language :: Python :: 3.10" ,
5454 "Operating System :: OS Independent" ,
5555 "Natural Language :: English" ,
5656 "Development Status :: 3 - Alpha" ,
You can’t perform that action at this time.
0 commit comments