From a770d2c608847277f3ed11c6dc586d791163d8ac Mon Sep 17 00:00:00 2001 From: Gal Topper Date: Tue, 19 Sep 2023 14:21:49 +0800 Subject: [PATCH] Fix pypi release --- clients/py/Makefile | 5 ----- clients/py/dev-requirements.txt | 13 +++++++------ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/clients/py/Makefile b/clients/py/Makefile index 57fc1966..5a13cf4e 100644 --- a/clients/py/Makefile +++ b/clients/py/Makefile @@ -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 diff --git a/clients/py/dev-requirements.txt b/clients/py/dev-requirements.txt index ddc6a0a3..200c4cd0 100644 --- a/clients/py/dev-requirements.txt +++ b/clients/py/dev-requirements.txt @@ -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