Skip to content
Snippets Groups Projects
Commit f9a7534c authored by Remi Cresson's avatar Remi Cresson
Browse files

ADD: update required packages + bump version

parent bb2b668d
No related branches found
No related tags found
1 merge request!12Resolve "Compatibility with pydantic v2"
from setuptools import setup, find_packages
install_requires = [
"requests", "qrcode", "appdirs", "pydantic", "pystac", "pystac_client"
"requests",
"qrcode",
"appdirs",
"pydantic",
"pystac",
"pystac_client",
"pydantic>=1.7.3",
"packaging"
]
setup(
name="dinamis-sdk",
version="0.0.12",
version="0.0.14",
description="DINAMIS SDK",
python_requires=">=3.8",
author="Remi Cresson",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment