Skip to content

Commit f3af139

Browse files
committed
Add in dependencies
1 parent fa92e69 commit f3af139

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.cfg

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1+
12
[metadata]
23
name = odm2datamodels
34
description = "Collection of object-relational mapping (ORM) data models for ODM2"
45
long_description = file: README.md
56
long_description_content = text/markdown
67
version = 0.0.1
78
author = "ODM2 Team"
8-
author_email = "[email protected]"
9+
author_email = ""
910
url = https://github.com/ODM2/ODM2DataModels
1011
project_urls =
1112
bugtracker = https://github.com/ODM2/ODM2DataModels/issueshttps://github.com/pypa/sampleproject/issues
1213
keywords='Observations Data Model ODM2'
1314
package_dir =
1415
= src
1516
packages = find:
17+
18+
install_requires =
19+
sqlalchemy>=1.4.32
20+
pandas>=1.4
21+
geoalchemy2>=0.6.3
1622
python_requires = >=3.8
1723

1824
[options.packages.find]

0 commit comments

Comments
 (0)