Skip to content

Commit

Permalink
Add dnslib to install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
obsidianforensics committed Sep 17, 2023
1 parent fafe077 commit 5b3b329
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
packages=find_packages(),
include_package_data=True,
scripts=['unfurl_app.py', 'unfurl_cli.py'],
version='20230900',
version='20230901',
description='Unfurl takes a URL and expands ("unfurls") it into a directed graph',
long_description_content_type='text/markdown',
long_description=long_description,
Expand All @@ -21,6 +21,7 @@
keywords=['unfurl', 'forensics', 'dfir', 'reverse-engineering', 'security'],
classifiers=[],
install_requires=[
'dnslib',
'flask>=2.2.0',
'flask_cors',
'flask-restx>=1.0.1',
Expand Down

0 comments on commit 5b3b329

Please sign in to comment.