File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11from setuptools import setup
22
33setup (name = 'openship' ,
4- version = '0.2-alpha ' ,
4+ version = '1.0-beta ' ,
55 description = 'Shipping carriers mappers and proxies' ,
66 url = 'https://github.com/OpenShip/openship' ,
77 author = 'DanH91' ,
88 author_email = 'danielk.developer@gmail.com' ,
99 license = 'LGPL' ,
1010 packages = ['openship' ],
1111 install_requires = [
12- 'py-fedex==0.1.dev0 ' ,
13- 'py-dhl==0.1.dev0 ' ,
14- 'py-soap==0.1.dev0 ' ,
12+ 'py-fedex==1.0 ' ,
13+ 'py-dhl==1.0 ' ,
14+ 'py-soap==1.0 ' ,
1515 'gds-helpers==0.2.0' ,
1616 ],
1717 dependency_links = [
18- 'git+https://github.com/OpenShip/py-fedex.git@master #egg=py-fedex-0.1.dev0 ' ,
19- 'git+https://github.com/OpenShip/py-dhl.git@master #egg=py-dhl-0.1.dev0 ' ,
20- 'git+https://github.com/OpenShip/py-soap.git@master #egg=py-soap-0.1.dev0 ' ,
21- 'git+https://github.com/OpenShip/generateDs-helpers.git@master #egg=gds-helpers-0.2.0' ,
18+ 'git+https://github.com/OpenShip/py-fedex.git@v1.0 #egg=py-fedex-1.0 ' ,
19+ 'git+https://github.com/OpenShip/py-dhl.git@v1.0 #egg=py-dhl-1.0 ' ,
20+ 'git+https://github.com/OpenShip/py-soap.git@v1.0 #egg=py-soap-1.0 ' ,
21+ 'git+https://github.com/OpenShip/generateDs-helpers.git@v0.2.0 #egg=gds-helpers-0.2.0' ,
2222 ],
2323 zip_safe = False )
You can’t perform that action at this time.
0 commit comments