Skip to content

Commit

Permalink
Add dev dependencies to Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lepinkainen committed Apr 11, 2018
1 parent 5a9c002 commit 877d605
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 176 deletions.
9 changes: 2 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[packages]

twisted = "*"
requests = "*"
pyyaml = "*"
Expand All @@ -30,11 +27,9 @@ pytz = "*"
pytvmaze = "*"
"functools32" = "*"


[dev-packages]


pylint = "*"
"pep8" = "*"

[requires]

python_version = "2.7"

0 comments on commit 877d605

Please sign in to comment.