Skip to content

Commit

Permalink
Also update setup.py with new dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
obsidianforensics committed Nov 7, 2022
1 parent 89deea8 commit 5260595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
keywords=['unfurl', 'forensics', 'dfir', 'reverse-engineering', 'security'],
classifiers=[],
install_requires=[
'flask==2.1.3',
'flask>=2.2.0',
'flask_cors',
'flask-restx',
'flask-restx>=1.0.1',
'maclookup',
'networkx',
'protobuf==3.*',
Expand All @@ -26,6 +26,6 @@
'Requests',
'torf',
'ulid-py',
'Werkzeug==2.1.2'
'Werkzeug>=2.2.0'
]
)

0 comments on commit 5260595

Please sign in to comment.