Skip to content

Commit

Permalink
#3 setup.py updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 committed Jul 20, 2022
1 parent f2ed49d commit b02b920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
print("This is local build")
__version__ += ".dev0" # set version as major.minor.localbuild if local build: python setup.py install

print("PriceGenerator build version = {}".format(__version__))
print("TKSBrokerAPI build version = {}".format(__version__))

setup(
name="tksbrokerapi",
Expand Down Expand Up @@ -73,13 +73,13 @@
"requests>=2.25.1" # Apache-2.0 license
"pandas>=1.2.2"
"python-dateutil>=2.8.1" # Apache-2.0 license
"PriceGenerator>=1.2.58" # Apache-2.0 license
"PriceGenerator>=1.2.74" # Apache-2.0 license
],
install_requires=[
"requests>=2.25.1" # Apache-2.0 license
"pandas>=1.2.2"
"python-dateutil>=2.8.1" # Apache-2.0 license
"PriceGenerator>=1.2.58" # Apache-2.0 license
"PriceGenerator>=1.2.74" # Apache-2.0 license
],
packages=[
"tksbrokerapi",
Expand Down

0 comments on commit b02b920

Please # to comment.