Skip to content

Commit

Permalink
move to install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
xinghengwang committed Oct 31, 2024
1 parent 9f4d867 commit 25c6130
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['requests', 'jsonpickle', 'python-dateutil', 'isodatetimehandler', 'moesifapi>=1.5.3',
'moesifpythonrequest>=0.3.4', 'apscheduler', 'nose'],
'moesifpythonrequest>=0.3.4', 'apscheduler', 'nose', 'ipaddress;python_version<"3.3"'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand All @@ -92,7 +92,6 @@
extras_require={
'dev': [],
'test': ['nose'],
':python_version<"3.3"': ['ipaddress'],
},

)

0 comments on commit 25c6130

Please sign in to comment.