Skip to content

Commit

Permalink
Group dev dependencies, remove setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCheng9 committed Jun 25, 2024
1 parent d190947 commit f9626f4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
33 changes: 22 additions & 11 deletions poetry.lock

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

8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ readme = "README.md"
python = "^3.12"
lxml = "^5.2.2"
flask = "^3.0.3"
setuptools = "^70.1.1"
bcrypt = "^4.1.3"
pytest = "^8.2.2"
requests = "^2.32.0"
googlemaps = "^4.5.3"
pytest-steps = "^1.8.0"
flask-limiter = "^3.7.0"
pillow = "^10.3.0"

[tool.poetry.group.dev.dependencies]
coverage = "^7.5.4"
pytest = "^8.2.2"
pytest-steps = "^1.8.0"
ruff = "^0.4.10"

[tool.poetry.scripts]
app = "src.travel_buddy.app:main"
Expand Down
7 changes: 0 additions & 7 deletions setup.py

This file was deleted.

0 comments on commit f9626f4

Please sign in to comment.