summaryrefslogtreecommitdiffstats
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2019-05-25 13:08:56 -0700
committerGitHub <noreply@github.com>2019-05-25 13:08:56 -0700
commit8cb7009bcd0f0062942932c853706a36178f566c (patch)
treecb5bb42674ccce90b173e7a2f09bf72157ae4a86 /requirements-dev.txt
parenta5e607b6fc889afd3f8960ca3903ae16b641c304 (diff)
black all the things. (#1049)
* added black to develop guide * no need for pep8radius. * changelog. * Add pre-commit checkbox. * Add pre-commit to dev reqs. * Add pyproject.toml for black. * Pre-commit config. * Add black to travis and dev reqs. * Install and run black in travis. * Remove black from dev reqs. * Lower black target version. * Re-format with black.
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 575a7741..89b171d7 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -4,11 +4,10 @@ mock>=1.0.1
tox>=1.9.2
behave>=1.2.4
pexpect==3.3
+pre-commit>=1.16.0
coverage==4.3.4
codecov>=1.5.1
docutils>=0.13.1
autopep8==1.3.3
-# we want the latest possible version of pep8radius
-git+https://github.com/hayd/pep8radius.git
click==6.7
twine==1.11.0