Add `dev-requirements.txt` for pip
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 10 Sep 2020 14:51:07 +0000 (10:51 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 28 Feb 2022 21:34:46 +0000 (16:34 -0500)
commit6c9e1f0f92e9daa7f86fdc59e41b85f3631d723b
treeb5a5b31a1bf7d935fa6407387515ead208a5b74a
parentffcc54c06504391350392119a7bee9049e28130b
Add `dev-requirements.txt` for pip

`dev-requirements.txt` contains which specific version of Black and
Flake8 to use for development and by a CI so that both parties agree.

Use specific versions as such:

    $ virtualenv -p python3 yo
    $ . yo/bin/activate
    $ pip install -r dev-requirements.txt

Change-Id: Id29e7f61c4038b55bed613e00f76f7c180699fa9
Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
dev-requirements.txt [new file with mode: 0644]
This page took 0.024026 seconds and 4 git commands to generate.