Skip to content

Commit

Permalink
Remove ipython from dev requirements, since it's not actually a requi…
Browse files Browse the repository at this point in the history
…rement

Signed-off-by: Edwin Hermans <edwin@madtech.cx>
  • Loading branch information
madeddie committed Jul 24, 2018
1 parent c7b6dbb commit d15c79d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 159 deletions.
8 changes: 0 additions & 8 deletions Pipfile
@@ -1,22 +1,16 @@
[[source]]

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


[packages]

krakenex = "*"
coinmarketcap = "*"
tabulate = "*"
clint = "*"
requests = "*"


[dev-packages]

ipython = "*"
pytest = "*"
mock = "*"
pytest-mock = "*"
Expand All @@ -25,7 +19,5 @@ codecov = "*"
coveralls = "*"
requests-mock = "*"


[requires]

python_version = "3.6"
152 changes: 1 addition & 151 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d15c79d

Please sign in to comment.