Skip to content

Commit

Permalink
remove reduntant version from submodule pytomls
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalGawor committed Apr 11, 2024
1 parent 157a03f commit 053652f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion dogapi/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tool.poetry]
name = "dogapi"
version = "1.0.2-a3"
description = "Django API views serving Digital Object Gate functionalities"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
1 change: 0 additions & 1 deletion dogconfig/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tool.poetry]
name = "dogconfig"
version = "1.0.2-a3"
description = "Django web application providing Digital Object Gates functionality"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
1 change: 0 additions & 1 deletion dogui/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tool.poetry]
name = "dogui"
version = "1.0.2-a3"
description = "Django UI templates for Digital Object Gate API consumption"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "DOGapp"
description = "CLARIN Centre Registry Django project configuration"
version = "1.0.2-a3"
version = "1.0.2-rc3"
license = "../LICENSE.txt"
authors = [
"Beatriz Sanchez Bribian",
Expand All @@ -26,11 +26,12 @@ homepage = ""
repository = "https://github.com/clarin-eric/DOGapp/"

[tool.poetry.dependencies]
python = '>=3.11.*,<4.0'
doglib = { url = "https://github.com/clarin-eric/DOGlib/releases/download/1.0.6-rc1/doglib-1.0.6rc1-py3-none-any.whl" }
Django = '4.2.11'
django-debug-toolbar = '4.3.0'
djangorestframework = '3.15.1'
drf-spectacular = ">=0.26.3"
python = '>=3.11.*,<4.0'
requests = "*"

[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit 053652f

Please sign in to comment.