This repository was archived by the owner on Feb 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
51 lines (47 loc) · 1.51 KB
/
pyproject.toml
File metadata and controls
51 lines (47 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[build-system]
requires = ["setuptools>=61.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "databus-ostracode"
version = "0.1.0"
description = "Add your description here"
authors = [{name = "Socorro E Dominguez Vidana", email = "dominguezvid@uwisc.edu"}]
license = "MIT"
license-files = ["LICENSE.md"]
requires-python = "==3.11.10"
readme = {file = "README.md", content-type = "text/markdown"}
keywords = ["neotoma", "paleoecology", "interoperability", "postgres", "SQL"]
classifiers = [
"Development Status :: 4 - Beta",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Topic :: Database",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Software Development :: Object Brokering"
]
dependencies = [
"databus",
"numpy>=1.26.0,<1.27",
"openpyxl>=3.1.5",
"pandas==2.0.2",
"mysql-connector-python>=9.2.0",
"psycopg2-binary==2.9.10",
"python-dateutil==2.8.2",
"python-dotenv==1.0.0",
"pytz==2023.3",
"pyyaml>=5.3.1",
"requests>=2.32.3",
"six==1.16.0",
"tzdata==2023.3",
"ipykernel>=6.25.2",
"jupyterlab>=4.0.2"
]
[project.urls]
Issues = "https://github.com/NeotomaDB/DataBUS_Ostracode/issues"
Repository = "https://github.com/NeotomaDB/DataBUS_Ostracode/"
[project.optional-dependencies]
build = ["build", "twine"]
dev = ["black", "bumpver", "isort", "mypy", "pytest"]
[tool.uv.sources]
databus = { git = "https://github.com/NeotomaDB/DataBUS", rev = "dev" }