-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
47 lines (39 loc) · 1.09 KB
/
pyproject.toml
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
[tool.poetry]
name = "quiltcore"
version = "0.7.0"
description = "low-level plubming to read/write Quilt packages"
authors = ["Ernest Prabhakar <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
jsonlines = "1.2.0"
multiformats = "^0.3.0"
pandas = "^2.0.2"
pyarrow = "^14.0.0"
pandas-stubs = "^2.0.2.230605"
quilt3 = "^5.3.1"
s3fs = "^2023.6.0"
typing-extensions = "^4.6.3"
tzlocal = "^5.0.1"
un-yaml = ">=0.3.1"
# un-yaml = {git = "https://github.com/data-yaml/un-yaml.git", rev = "main"}
universal-pathlib = "^0.1.3"
[tool.poetry.group.dev.dependencies]
black = "^23.9.1"
flake8 = "^7.0.0"
mypy = "^1.4.1"
pytest-watcher = "^0.3.4"
pytest-codeblocks = "^0.17.0"
pytest-cov = "^4.0.0"
types-pyyaml = "^6.0.12.10"
types-tzlocal = "^5.0.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest-watcher]
now = true
delay = 0.5
runner = "pytest"
runner_args = []
patterns = ["*.py", "*.yaml", "Makefile", "pyproject.toml", "poetry.lock", "3210f808ac0467726439191eea3bd0a66ab261122ee55758367620fedc77fe08"]
ignore_patterns = []