File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1- six == 1.13 .0
2- simplejson == 3.17.0
1+ six == 1.16 .0
2+ simplejson == 3.17.3
33delorean == 1.0.0
4- pandas == 0.25.3
5- python-dateutil == 2.8.1
6- pytz == 2019.3
7- pyasn1 == 0.4.2
8- rsa == 4.0
9- stomp.py == 4.1.22
10- enum34 == 1.1.6
4+ pandas == 1.3.0
5+ python-dateutil == 2.8.2
6+ pytz == 2021.1
7+ pyasn1 == 0.4.8
8+ rsa == 4.7.2
9+ stomp.py == 4.1.24
10+ enum34 == 1.1.10
1111getmac == 0.8.2
Original file line number Diff line number Diff line change 55@author: gaoan
66"""
77from os import path
8+
89from setuptools import find_packages , setup
910
1011with open (path .join (path .abspath (path .dirname (__file__ )), 'requirements.txt' )) as f :
1112 install_requires = f .read ()
1213
1314setup (
1415 name = 'tigeropen' ,
15- version = '1.4 .0' ,
16+ version = '2.0 .0' ,
1617 description = 'TigerBrokers Open API' ,
1718 packages = find_packages (exclude = []),
1819 author = 'TigerBrokers' ,
2627 'Programming Language :: Python' ,
2728 'Operating System :: Microsoft :: Windows' ,
2829 'Operating System :: Unix' ,
29- 'Programming Language :: Python :: 2.7' ,
3030 'Programming Language :: Python :: 3.4' ,
3131 'Programming Language :: Python :: 3.5' ,
3232 'Programming Language :: Python :: 3.6' ,
3333 'Programming Language :: Python :: 3.7' ,
34+ 'Programming Language :: Python :: 3.8' ,
35+ 'Programming Language :: Python :: 3.9' ,
3436 ],
3537)
You can’t perform that action at this time.
0 commit comments