Skip to content

Commit

Permalink
Code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akharit committed Jan 4, 2019
1 parent e7b4bf2 commit f3168a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -45,12 +45,11 @@
'cffi',
'adal>=0.4.2',
'requests>=2.20.0',
'azure-common~=1.1'
],
extras_require={
":python_version<'3.4'": ['pathlib2'],
":python_version<='2.7'": ['futures'],
":python_version<'3.0'": ['azure-mgmt-nspkg'],
":python_version<'3.0'": ['azure-nspkg'],
},
long_description=readme + '\n\n' + history,
zip_safe=False,
Expand Down

0 comments on commit f3168a8

Please sign in to comment.