Skip to content

Commit

Permalink
modify setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KaratasD committed Apr 25, 2022
1 parent a14621a commit 58b41cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='RFEM',
version='1.3.0',
version='1.2.0',
description='Web Service&API project for RFEM',
long_description=readme,
long_description_content_type = "text/markdown",
Expand All @@ -22,6 +22,6 @@
],
packages=find_packages(),
include_package_data=True,
install_requires=["suds", "requests", "suds_requests", "xmltodict", "setuptools==58.0.0"],
install_requires=["suds", "requests", "suds_requests", "xmltodict", "setuptools"],
zip_safe = False
)

0 comments on commit 58b41cf

Please sign in to comment.