diff options
| author | Rémy HUBSCHER <remy@chefclub.tv> | 2019-02-20 10:01:59 +0100 |
|---|---|---|
| committer | Rémy HUBSCHER <remy@chefclub.tv> | 2019-02-20 10:01:59 +0100 |
| commit | 8ed92c279fcf075d63ca35ffd846614c70f5bc41 (patch) | |
| tree | 85afe42fa1e99eb0ff151fd1f2072d87f13ea094 /dev-requirements.txt | |
| parent | e63734b0b8aebf0afa07049f17454b1d43f49fc7 (diff) | |
| download | ihatemoney-mirror-8ed92c279fcf075d63ca35ffd846614c70f5bc41.zip ihatemoney-mirror-8ed92c279fcf075d63ca35ffd846614c70f5bc41.tar.gz ihatemoney-mirror-8ed92c279fcf075d63ca35ffd846614c70f5bc41.tar.bz2 | |
Fix requirements.txt file.
You can't use both build-requirements to keep known version set and load setup.py from the same requirements, it doesn't make any sense.
Diffstat (limited to 'dev-requirements.txt')
| -rw-r--r-- | dev-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 28116fa..e198b7b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ zest.releaser tox pytest +flake8 Flask-Testing -Flake8 mock; python_version < '3.3' |
