File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11from setuptools import setup
22
33setup (name = 'openship' ,
4- version = '1.0-beta.1 ' ,
4+ version = '1.0-beta.2 ' ,
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==1.0 ' ,
13- 'py-dhl==1.0 ' ,
12+ 'py-fedex==1.1 ' ,
13+ 'py-dhl==1.1 ' ,
1414 'py-soap==1.0' ,
1515 'gds-helpers==0.3.0' ,
1616 ],
1717 dependency_links = [
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 ' ,
18+ 'git+https://github.com/OpenShip/py-fedex.git@v1.1 #egg=py-fedex-1.1 ' ,
19+ 'git+https://github.com/OpenShip/py-dhl.git@v1.1 #egg=py-dhl-1.1 ' ,
2020 'git+https://github.com/OpenShip/py-soap.git@v1.0#egg=py-soap-1.0' ,
2121 'git+https://github.com/OpenShip/generateDs-helpers.git@v0.3.0#egg=gds-helpers-0.3.0' ,
2222 ],
You can’t perform that action at this time.
0 commit comments