Skip to content

Commit

Permalink
pin commit of apis dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffRhes committed Apr 5, 2024
1 parent acdd51e commit affd95e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
mysqlclient = "^2.0.3"
apis-core = { git = "https://github.com/acdh-oeaw/apis-core.git", branch = "coladay" }
apis-bibsonomy = { git = "https://github.com/acdh-oeaw/apis-bibsonomy.git", branch = "coladay"}
apis-highlighter = { git = "https://github.com/acdh-oeaw/apis_highlighter.git", branch = "main" }
apis-core = { git = "https://github.com/acdh-oeaw/apis-core.git", rev = "a9eb461296cf15c9478b8c1c32a3301befb7bd3d" }
apis-bibsonomy = { git = "https://github.com/acdh-oeaw/apis-bibsonomy.git", rev = "5e58fc40dcd9318116f1c68b2b8206dd00d0370f"}
apis-highlighter = { git = "https://github.com/acdh-oeaw/apis_highlighter.git", rev = "b5b8407ca7a60eeaa054733ae8e9b53b106ef95a" }
sentry-sdk = "^1.29.2"
dj-database-url = "^0.5.0"
django-allow-cidr = "^0.6.0"
Expand Down

0 comments on commit affd95e

Please sign in to comment.