Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
No need for argparse, since it's part of stdlib in Python 2.7 and >= 3.3

Set minimum Flask version since test on version < 0.10 fail due to no `_compat` module.
  • Loading branch information
jeffwidman committed Feb 19, 2016
1 parent b5ebf38 commit 19ee9a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
@@ -1,2 +1 @@
flask
argparse
flask>=0.10

0 comments on commit 19ee9a6

Please sign in to comment.