Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 2 additions & 19 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
import sys

from setuptools import setup

# Require users to uninstall versions that used the appscale namespace.
try:
import appscale.appscale_tools
print('Please run "pip uninstall appscale-tools" first.\n'
"Your installed version conflicts with this version's namespace.")
sys.exit()
except ImportError:
pass


long_description = """AppScale Agents
---------------
Expand Down Expand Up @@ -45,8 +34,7 @@
'adal>=0.4.7',
'azure==2.0.0',
'azure-mgmt-marketplaceordering',
'cryptography',
'argparse',
'cryptography>=2.3.0',
'boto',
'google-api-python-client==1.5.4',
'httplib2',
Expand All @@ -56,12 +44,7 @@
'oauth2client==4.0.0',
'PyYAML',
'requests[security]>=2.20.0',
'retrying==1.3.3',
'setuptools>=11.3,<34',
'SOAPpy',
'tabulate==0.7.7',
'termcolor',
'wstools==0.4.3'
'setuptools>=11.3,<34'
],
extras_require={'testing': ['mock']},
classifiers=[
Expand Down