Skip to content

Commit

Permalink
setup.py python 2-3 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed May 18, 2018
1 parent 3fc987e commit ef586a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@


dev_requires = [
'pymiproxy==1.0',
'mock',
'netaddr',
]

install_requires = [
'pycurl>=7.43.0.1',
'pyparsing>=2.2.0',
'future',
'configparser'
]

setup(
Expand Down

0 comments on commit ef586a6

Please sign in to comment.