Skip to content

Commit

Permalink
feat: add project specific dependencies (#12)
Browse files Browse the repository at this point in the history
* feat: add project specific dependencies

* refactor: add dependencies in editable mode
  • Loading branch information
gabriel-f-santos authored Nov 22, 2023
1 parent 8e21508 commit 24cc81d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ classifiers = [
"Programming Language :: Python :: 3",
]
requires-python = ">=3.8"
dependencies = [
"fastapi == 0.104.1",
]
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ black==23.11.0
flake8==6.1.0
build==1.0.3
twine==4.0.2

-e .

0 comments on commit 24cc81d

Please sign in to comment.