Skip to content

Commit 73d7bfd

Browse files
committed
Resolve dependencies not installing
1 parent f3af139 commit 73d7bfd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ url = https://github.com/ODM2/ODM2DataModels
1111
project_urls =
1212
bugtracker = https://github.com/ODM2/ODM2DataModels/issueshttps://github.com/pypa/sampleproject/issues
1313
keywords='Observations Data Model ODM2'
14+
15+
[options]
16+
packages = find:
1417
package_dir =
1518
= src
16-
packages = find:
1719

20+
python_requires = >=3.8
1821
install_requires =
1922
sqlalchemy>=1.4.32
2023
pandas>=1.4
2124
geoalchemy2>=0.6.3
22-
python_requires = >=3.8
2325

2426
[options.packages.find]
2527
where = src

0 commit comments

Comments
 (0)