Skip to content

Commit b090253

Browse files
committed
update dependency versions
1 parent 89dfe75 commit b090253

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
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"]
@@ -47,10 +47,10 @@
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",

0 commit comments

Comments
 (0)