Skip to content

Commit

Permalink
remove installation of requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jan 23, 2024
1 parent 7e8af9d commit 4025d3d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions reserver/reserver_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ def upload_to_pypi(self, package_name):
if path.exists(generated_dist_folder):
rmtree(generated_dist_folder)

commands = [
executable + " -m pip install --upgrade pip",
executable + " -m pip install setuptools wheel twine",
executable + " -m pip install --upgrade setuptools",
executable + " " + generated_setup_file_path + " sdist bdist_wheel "]
commands = [executable + " " + generated_setup_file_path + " sdist bdist_wheel "]
if is_platform_linux():
# handle the place build files get generated.
# pip install "importlib-metadata<5.0" for
Expand Down

0 comments on commit 4025d3d

Please sign in to comment.