Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
obsidianforensics committed Feb 10, 2022
1 parent e0bee7d commit e96d422
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 @@ -5,7 +5,7 @@
packages=find_packages(),
include_package_data=True,
scripts=['unfurl_app.py', 'unfurl_cli.py'],
version='20210615',
version='20220200',
description='Unfurl takes a URL and expands ("unfurls") it into a directed graph',
url='https://github.com/obsidianforensics/unfurl',
author='Ryan Benson',
Expand All @@ -14,14 +14,14 @@
keywords=['unfurl', 'forensics', 'dfir', 'reverse-engineering', 'security'],
classifiers=[],
install_requires=[
'blackboxprotobuf==1.0.1',
'flask',
'flask_cors',
'maclookup',
'networkx',
'protobuf==3.10.0',
'protobuf',
'publicsuffix2',
'pycountry',
'pymispwarninglists',
'Requests',
'torf',
'ulid-py'
Expand Down

0 comments on commit e96d422

Please sign in to comment.