Skip to content

Commit

Permalink
Add missing development dependencies to Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Dec 26, 2019
1 parent dc0beab commit 692425f
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 3 deletions.
14 changes: 12 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,24 @@ url = "https://pypi.python.org/simple"
verify_ssl = true

[dev-packages]
black = "*"
check-manifest = "*"
cx_Freeze = "*"
flake8 = "*"
flake8-bugbear = "~=18.2"
flake8-quotes = "~=1.0"
black = "*"
isort = "*"
pylint = "*"
pyftpsync = {editable = true,path = "."}
pylint = "*"
pyftpdlib = "*"
pytest-cov = "*"
pytest = "*"
recommonmark = "*"
sphinx_rtd_theme = "*"
sphinx = "*"
tox = "*"
twine = "*"
wheel = "*"

[packages]
colorama = "==0.4.3"
Expand Down
Loading

0 comments on commit 692425f

Please sign in to comment.