Skip to content

Commit

Permalink
fix(docs): dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Jul 11, 2023
1 parent f4716f4 commit 94606fd
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 7 deletions.
94 changes: 93 additions & 1 deletion poetry.lock

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

14 changes: 8 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,19 @@ keywords = ["fhir", "utilities", "data", "health", "government"]
python = "^3.10"
loguru = ">=0.6"

[tool.poetry.dev-dependencies]
[tool.poetry.scripts]
docs = "scripts.docs:main"
lint = "scripts.lint:main"
test = "scripts.test:main"

[tool.poetry.group.dev.dependencies]
black = "^22.3.0"
pre-commit = "^2.18.1"
pytest-cov = "^3.0.0"
flake8 = "^4.0.1"
pdoc3 = "^0.10.0"

[tool.poetry.scripts]
docs = "scripts.docs:main"
lint = "scripts.lint:main"
test = "scripts.test:main"
mako = "^1.2.4"
markdown = "^3.4.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 94606fd

Please sign in to comment.