Skip to content

Commit

Permalink
Nov 9 update. setup.py updated to fix workflow. updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Nov 10, 2023
1 parent e118673 commit c6f178a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ eth-ape = "^0.6.24"
multiformats-fix = "^0.2.2"
pysha3 = "^1.0.2"
black = "^23.11.0"
pytest-cov = "^4.1.0"
mypy = "^1.5.1"
types-pyyaml = "^6.0.12.12"
types-setuptools = "^68.2.0.0"
types-sqlalchemy = ">=1.4.51"
flake8 = ">=6.1.0,<7"
flake8-breakpoint = ">=1.1.0,<2"
flake8-print = ">=4.0.1,<5"
isort = ">=5.10.1,<6"
mdformat = ">=0.7.17"
mdformat-gfm = ">=0.3.5"
mdformat-frontmatter = ">=0.4.1"
mdformat-pyproject = ">=0.0.1"
pyproject-flake8 = "^6.1.0"
flake8-pyproject = "^1.2.3"
sphinx = "^7.2.6"
requests = "^2.31.0"

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

0 comments on commit c6f178a

Please sign in to comment.