Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Fix requirement
  • Loading branch information
blabla1337 committed May 18, 2015
1 parent 79223c1 commit 628950d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@
The Security Knowledge Framework is an fully open-source Python-Flask web-application.
It is an expert system application that uses OWASP Application Security Verification Standard
""",
install_requires=['markdown','BeautifulSoup', 'python-docx','lxml==3.4.2','pyOpenSSL', 'requests'],
install_requires=['markdown','BeautifulSoup', 'python-docx','lxml==3.4.2','pyOpenSSL', 'requests', 'importlib'],
dependency_links= [
'https://github.com/mitsuhiko/flask/tarball/master#egg=Flask-owasp'
],
Expand Down

0 comments on commit 628950d

Please sign in to comment.