Skip to content

Commit

Permalink
Revert "Remove duplicated dependency declaration"
Browse files Browse the repository at this point in the history
This reverts commit edca758.
  • Loading branch information
andmor- committed Apr 24, 2024
1 parent edca758 commit c589543
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ documentation = "https://github.com/clarin-eric/Centre-Registry/"
homepage = "https://centres.clarin.eu/"
repository = "https://github.com/clarin-eric/Centre-Registry/"

[tool.poetry.dependencies]
python = '>=3.11.*,<4.0'
Django = '4.2.11'
django-debug-toolbar = '4.3.0'
djangorestframework = '3.15.1'

[tool.poetry.group.test.dependencies]
lxml = '5.2.1'
selenium = '4.19.0'
jsonschema = '4.21.1'
django-test-migrations = '1.3.0'

[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
Expand Down

0 comments on commit c589543

Please sign in to comment.