Skip to content

Commit

Permalink
Add dev dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Jun 5, 2020
1 parent 24e45d6 commit e1b9980
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jsonfield = ">=3.0"
stripe = ">=2.48.0"

[tool.poetry.dev-dependencies]
djangorestframework = "^3.11.0"
psycopg2 = "^2.8.5"
flake8 = "^3.8.2"
isort = "^4.3.21"
black = "^19.10b0"
pytest = "^5.4.3"
pytest-django = "^3.9.0"

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

0 comments on commit e1b9980

Please sign in to comment.