Skip to content

Commit

Permalink
added poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
bensialih committed Jul 20, 2024
1 parent 08908f2 commit cc9c9bd
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 29 deletions.
114 changes: 86 additions & 28 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ readme = "README.md"
# ]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
sqlalchemy = "^2.0.31"
sqlalchemy-utils = "^0.41.2"
pytest = "^8.2.2"


[build-system]
Expand Down

0 comments on commit cc9c9bd

Please sign in to comment.