Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
praves77 committed Oct 31, 2024
1 parent b43cc3c commit 4eafdd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ moesifapi>=1.5.3
celery>=3.1.25
moesifpythonrequest>=0.3.4
apscheduler==3.10.4
ipaddress; python_version < '3.3'

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
# 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', 'ipaddress;python_version<"3.3"'],
'moesifpythonrequest>=0.3.4', 'apscheduler', 'nose'
],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit 4eafdd2

Please sign in to comment.