Skip to content

Commit

Permalink
poetryify
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Jul 7, 2022
1 parent 190ba04 commit 423f5c9
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 0 deletions.
283 changes: 283 additions & 0 deletions poetry.lock

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

16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[tool.poetry]
name = "prefixcommons"
version = "0.1.10"
description = "A python API for working with ID prefixes"
authors = ["cmungall <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.28.1"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 423f5c9

Please sign in to comment.