Skip to content

Commit

Permalink
Fix pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Topper committed Sep 19, 2023
1 parent 25ccc6a commit a770d2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
5 changes: 0 additions & 5 deletions clients/py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ test: clean_pyc flake8
README.html: README.md
kramdown -i GFM $< > $@

.PHONY: update-deps
update-deps:
PIPENV_IGNORE_VIRTUALENVS=1 \
pipenv update

.PHONY: sync-deps
sync-deps:
pip install -r requirements.txt -r dev-requirements.txt
Expand Down
13 changes: 7 additions & 6 deletions clients/py/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
flake8>0
ipython>0
numpydoc>0
build
flake8
ipython
numpydoc
pytest>=4.2,<6
pyyaml>0
sphinx>0
pyyaml
sphinx
twine~=1.12
pytest-benchmark>0
pytest-benchmark

0 comments on commit a770d2c

Please sign in to comment.