Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hermansje committed Mar 25, 2019
1 parent 9d7229a commit 37a5669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# pythonwhat deps
#protowhat~=1.6.0
git+https://github.com/datacamp/[email protected]
protowhat~=1.6.0
asttokens~=1.1.10
dill~=0.2.7.1
markdown2~=2.3.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup

PACKAGE_NAME = "pythonwhat"
REQUIREMENT_NAMES = ["markdown2", "jinja2", "asttokens", "dill"]
REQUIREMENT_NAMES = ["protowhat", "markdown2", "jinja2", "asttokens", "dill"]
PEER_REQUIREMENTS = ["numpy", "pandas"]

HERE = path.abspath(path.dirname(__file__))
Expand Down

0 comments on commit 37a5669

Please sign in to comment.