Skip to content

Commit 2714b60

Browse files
Merge pull request #154 from Datavenia/master
updated pyproject.toml
2 parents 7a23dae + fb62827 commit 2714b60

File tree

5 files changed

+13
-22
lines changed

5 files changed

+13
-22
lines changed

pyproject.toml

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,23 @@
11
[tool.poetry]
22
name = "pipelinec"
33
version = "0.1.0"
4-
description = ""
5-
authors = ["Your Name <you@example.com>"]
4+
description = "A C-like hardware description language (HDL) adding high level synthesis(HLS)-like automatic pipelining as a language construct/compiler feature."
5+
authors = ["Julian Kemmerer <julian.v.kemmerer@gmail.com>"]
66
license = "GPL-3.0"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "^3.8"
11-
12-
13-
[tool.poetry.group.types.dependencies]
14-
mypy = "^0.971"
15-
16-
17-
[tool.poetry.group.test.dependencies]
18-
hypothesis = "^6.54.4"
19-
pytest = "^7.1.3"
20-
coverage = "^6.4.4"
21-
mutmut = "^2.4.1"
22-
23-
24-
[tool.poetry.group.format.dependencies]
25-
black = "^22.8.0"
26-
27-
28-
[tool.poetry.group.analysis.dependencies]
29-
vulture = "^2.5"
10+
python = "^3.10"
11+
12+
[tool.poetry.group.dev.dependencies]
13+
black = ">=22.12.0"
14+
pytest = ">=7.2.1"
15+
hypothesis = ">=6.65.2"
16+
py-spy = ">=0.3.14"
17+
ruff = ">=0.0.237"
18+
refurb = ">=1.10.0"
19+
pytest-cov = "^4.0.0"
20+
cosmic-ray = "^8.3.5"
3021

3122
[build-system]
3223
requires = ["poetry-core"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)