Skip to content

Commit

Permalink
Remove requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed May 28, 2024
1 parent 3647547 commit 6f9f90c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 28 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ dependencies = [
printing = [
"reportlab >= 3.0",
]
dev = [
"pytest",
"pytest-cov",
"pytest-django~=4.5",
]

[project.urls]
Homepage = "https://github.com/kcsry/paikkala"
Expand Down
3 changes: 0 additions & 3 deletions requirements-dev.in

This file was deleted.

23 changes: 0 additions & 23 deletions requirements-dev.txt

This file was deleted.

5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ python =

[testenv]
commands = py.test -ra -vvv --cov=paikkala --cov-report=term-missing
extras = printing
extras =
dev
printing
deps =
-rrequirements-dev.txt
django30: Django~=3.0.0
django31: Django~=3.1.0
django32: Django~=3.2.0
Expand Down

0 comments on commit 6f9f90c

Please sign in to comment.