Skip to content
Snippets Groups Projects
Commit 2ca02a2a authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

Merge branch 'conflict_check' into '2.8.2-DEVELOPMENT'

fix dependencies

See merge request !1392
parents ff37dfeb f4414d93
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1392fix dependencies
Pipeline #10167 failed
......@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
pycapo = "^0.3.1"
bs4 = "^0.0.1"
beautifulsoup4 = "^4.12.2"
lxml = "^4.9.2"
prettierfier = "^1.0.3"
......
......@@ -9,10 +9,9 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pendulum = "2.1.2"
messaging = {path = "../../../../../shared/messaging"}
schema = {path = "../../../../../shared/schema"}
workspaces = {path = "../../../../../shared/workspaces"}
aenum = "^3.1.12"
psycopg2-binary = "^2.9.6"
sqlalchemy = "1.4.47"
[tool.poetry.group.test.dependencies]
pytest = "^7.3.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment