From 9e2385117883e18ab28b8a8ba08d7b45d17efc87 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Fri, 6 May 2022 16:11:54 -0500 Subject: [PATCH] add dev-requirements --- dev-requirements.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-requirements.txt diff --git a/dev-requirements.txt b/dev-requirements.txt new file mode 100644 index 00000000..5fe282d3 --- /dev/null +++ b/dev-requirements.txt @@ -0,0 +1,20 @@ +black==22.3.0 +bumpversion +flake8 +flaky +freezegun==0.3.12 +ipdb +mypy==0.782 +pip-tools +pre-commit +pytest +pytest-cov +pytest-csv +pytest-dotenv +pytest-logbook +pytest-mock +pytest-xdist +pytz +tox>=3.13 +twine +wheel