Skip to content

Commit

Permalink
Remove duplicated dependency declaration
Browse files Browse the repository at this point in the history
Dependencies are declared in the respective submodules .toml files
  • Loading branch information
andmor- committed Apr 24, 2024
1 parent 87c280c commit edca758
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ 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 edca758

Please sign in to comment.