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

Commit

Permalink
changes in poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 6, 2023
1 parent 2cf443c commit 45f1fda
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,15 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.10"
boto3 = "^0.0.1"
pandas = "^2.0.3"
shapely = "^2.0.1"
connexion = {version = "^2.14.2", extras = ["swagger-ui"]}
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"
pandas = "^2.0.3"

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

0 comments on commit 45f1fda

Please sign in to comment.