From 8bd4a6b0345c0b5f303f0dfa66efeac1c75a2066 Mon Sep 17 00:00:00 2001 From: Ziheng Sun Date: Wed, 21 Jun 2023 02:13:44 -0400 Subject: [PATCH] fix pydantic deps --- .DS_Store | Bin 0 -> 6148 bytes pyproject.toml | 7 ++++--- setup.cfg | 5 +++++ 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..8cbda1a869a0cb9d66360f6f1522e26f62625db4 GIT binary patch literal 6148 zcmeHK%}T>S5T0$TO%b67g&r5Y7HkEn;w9Aj0!H+pQWH}&m}X0pwue&4SzpK}@p+ut z-Io67Riw9p0T%ai8$ ztS+a`lhd=hY@Ie|vx;+gbbN8$eT(~vdN(8r{NJ?fTb#oODvNx^-Y|((@`5(4xDrg zfJoO!EvQp3L9x=JYcV&7J1D}0BAQTPTMS{s(Jrl@YcV%y!a>;PL)bS9+o1^kc6`3n z?jT%)JTn8#z$ybpv#e76zxuuZUk&0FGr$aN6$7Hw@j7ix$=245"] readme = "README.md" @@ -37,4 +37,5 @@ pydantic = "1.10.9" [tool.poetry.scripts] [tool.pytest.ini_options] -addopts = "-p no:warnings --cov=pygeoweaver --cov-report=html" \ No newline at end of file +addopts = "-p no:warnings --cov=pygeoweaver --cov-report=html" + diff --git a/setup.cfg b/setup.cfg index 06587fe..d2b9c53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,11 @@ name = pygeoweaver [options] packages = find: +python_requires = >=3.7,<4 +install_requires = + setuptools>=61.0 + requests==2.28.2 + pydantic==1.10.9 [options.package_data] pygeoweaver = *.bat