Administrivia

This commit is contained in:
rocky 2016-04-27 23:26:31 -04:00
parent 2711c8d06f
commit 34a582b64c
3 changed files with 2 additions and 2 deletions

View File

@ -49,6 +49,7 @@ This uses setup.py, so it follows the standard Python routine:
::
pip install -r requirements.txt
pip install -r requirements-dev.txt
python setup.py install # may need sudo
# or if you have pyenv:
python setup.py develop

View File

@ -1 +1 @@
spark_parser >= 1.0.1
spark_parser >= 1.0.2

View File

@ -1 +0,0 @@
pytest