Skip to content

Commit

Permalink
update pyproject file
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahAhianyo committed Oct 29, 2023
1 parent dd7161f commit bc695d3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions tools/ok_validator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[tool.poetry]
name="okvalidator"
version="0.1.0"
description="An Open Knowledge validator"
authors = [
"Helpful Engineering",
]
readme="README.md"

repository = "https://github.com/helpfulengineering/project-data-platform/tools/ok_validator"

classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Open Knowledge :: Supply Chain",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
]


[tool.poetry.dependencies]
python = "^3.7"
pyyaml = "6.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"

0 comments on commit bc695d3

Please sign in to comment.