Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
use poetry for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 3, 2023
1 parent c8cdb65 commit 974956d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ cryptography = "^41.0.2"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
flask-testing = "^0.8.1"
pylint = "^2.4"
flake8 = "^3.7"
pytest-cov = "~4"

[tool.poetry.scripts]
hydrocronapi = "hydrocronapi.__main__:__main__"
Expand Down

0 comments on commit 974956d

Please sign in to comment.