Skip to content

Commit 2d91e98

Browse files
committed
rearrangement lib dependencies
1 parent 6538a13 commit 2d91e98

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

pyproject.toml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dependencies = [
4444
"tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3",
4545
"uvicorn[standard] == 0.27.1",
4646
"ellar >= 0.7.1",
47+
"click >= 8.1.7",
4748
]
4849

4950
[project.scripts]
@@ -54,19 +55,6 @@ Documentation = "https://github.com/python-ellar/ellar-cli"
5455
Source = "https://github.com/python-ellar/ellar-cli"
5556
Homepage = "https://python-ellar.github.io/ellar-cli/"
5657

57-
[project.optional-dependencies]
58-
test = [
59-
"pytest >=7.1.3,<9.0.0",
60-
"pytest-cov >=2.12.0,<5.0.0",
61-
"mypy == 1.8.0",
62-
"ruff ==0.3.0",
63-
"pytest-asyncio",
64-
"autoflake",
65-
]
66-
dev = [
67-
"pre-commit"
68-
]
69-
7058
[tool.ruff]
7159
select = [
7260
"E", # pycodestyle errors

requirements-tests.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
autoflake
2+
mypy == 1.8.0
3+
pytest >=7.1.3,<9.0.0
4+
pytest-asyncio
5+
pytest-cov >=2.12.0,<5.0.0
6+
ruff ==0.3.0

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-e .
2+
-r requirements-tests.txt
3+
4+
pre-commit >=2.17.0,<4.0.0

0 commit comments

Comments
 (0)