Skip to content

Commit

Permalink
pyproject.toml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Nov 10, 2023
1 parent 2d9bfda commit 276de2e
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,24 @@ py-multiformats-cid = "^0.4.4"
multiformats-fix = "^0.2.2"
pysha3 = "^1.0.2"

[tool.poetry.extras]
test = ["pytest", "pytest-cov"]
lint = [
"black>=23.11.0,<24",
"isort>=5.12.0,<6",
"mypy>=1.5.1,<2",
"types-PyYAML",
"types-requests",
"types-setuptools",
"pandas-stubs==1.2.0.62",
"types-SQLAlchemy>=1.4.49",
"flake8>=6.1.0,<7",
"flake8-breakpoint>=1.1.0,<2",
"flake8-print>=4.0.1,<5",
"mdformat>=0.7.17",
"mdformat-gfm>=0.3.5",
"mdformat-frontmatter>=0.4.1",
"mdformat-pyproject>=0.0.1",
]
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
pytest-cov = "^3.0.0"
black = "^23.11.0"
isort = "^5.12.0"
mypy = "^1.5.1"
types-PyYAML = "^6.0.0"
types-requests = "^0.1.0"
types-setuptools = "^0.1.0"
pandas-stubs = "^1.2.0.62"
types-SQLAlchemy = "^1.4.49"
flake8 = "^6.1.0"
flake8-breakpoint = "^1.1.0"
flake8-print = "^4.0.1"
mdformat = "^0.7.17"
mdformat-gfm = "^0.3.5"
mdformat-frontmatter = "^0.4.1"
mdformat-pyproject = "^0.0.1"

[tool.pytest.project]
name = "swarm_cid"
Expand Down

0 comments on commit 276de2e

Please sign in to comment.