Skip to content

Commit

Permalink
misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 17, 2023
1 parent 7dec92e commit 965f319
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
1 change: 0 additions & 1 deletion archive_v1/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pydantic~=1.8.2
pre-commit~=2.17.0



# format
black>=22.3.0,<22.4.0
isort~=5.10.1
17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@ classifiers = [
]
requires-python = ">=3.10"

dependencies = [
"pydantic==1.8.2",
]

[project.optional-dependencies]
dev = [
"black==23.9.1",
"ruff==0.0.292",
"pyright==1.1.331",
]

test = [
"pytest==6.2.5",
"pytest-lazy-fixture==0.6.3",
"pytest-cov==2.8.1",
]

[project.license]
file = "LICENSE"

Expand Down
6 changes: 0 additions & 6 deletions requirements-dev.txt

This file was deleted.

4 changes: 0 additions & 4 deletions requirements-test.txt

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 965f319

Please sign in to comment.