Skip to content

Commit 37a5669

Browse files
committedMar 25, 2019
Update requirements
1 parent 9d7229a commit 37a5669

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# pythonwhat deps
2-
#protowhat~=1.6.0
3-
git+https://github.com/datacamp/protowhat.git@v1.6.0-rc.0
2+
protowhat~=1.6.0
43
asttokens~=1.1.10
54
dill~=0.2.7.1
65
markdown2~=2.3.5

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77

88
PACKAGE_NAME = "pythonwhat"
9-
REQUIREMENT_NAMES = ["markdown2", "jinja2", "asttokens", "dill"]
9+
REQUIREMENT_NAMES = ["protowhat", "markdown2", "jinja2", "asttokens", "dill"]
1010
PEER_REQUIREMENTS = ["numpy", "pandas"]
1111

1212
HERE = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)
Please sign in to comment.