Skip to content
Snippets Groups Projects
Commit 6f7f167c authored by Jonas Haag's avatar Jonas Haag Committed by GitHub
Browse files

Merge pull request #196 from sbraz/argparse

Drop argparse requirement (included in Python 2.7+)
parents 09e53370 d52c48ee
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ def install_data_files_hack(): ...@@ -14,7 +14,7 @@ def install_data_files_hack():
install_data_files_hack() install_data_files_hack()
requires = ['argparse', 'six', 'flask', 'pygments', 'dulwich>=0.13.0', 'httpauth', 'humanize'] requires = ['six', 'flask', 'pygments', 'dulwich>=0.13.0', 'httpauth', 'humanize']
setup( setup(
name='klaus', name='klaus',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment