We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ccc6a commit a770d2cCopy full SHA for a770d2c
clients/py/Makefile
@@ -51,11 +51,6 @@ test: clean_pyc flake8
51
README.html: README.md
52
kramdown -i GFM $< > $@
53
54
-.PHONY: update-deps
55
-update-deps:
56
- PIPENV_IGNORE_VIRTUALENVS=1 \
57
- pipenv update
58
-
59
.PHONY: sync-deps
60
sync-deps:
61
pip install -r requirements.txt -r dev-requirements.txt
clients/py/dev-requirements.txt
@@ -1,8 +1,9 @@
1
-flake8>0
2
-ipython>0
3
-numpydoc>0
+build
+flake8
+ipython
4
+numpydoc
5
pytest>=4.2,<6
-pyyaml>0
6
-sphinx>0
+pyyaml
7
+sphinx
8
twine~=1.12
-pytest-benchmark>0
9
+pytest-benchmark
0 commit comments