File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ """
2
+ Admin tools.
3
+ """
Original file line number Diff line number Diff line change 1
- PyYAML==3.13
2
- Pygments==2.2.0
3
- Sphinx==1.8.1
4
- VWS-Python-Mock==2018.10.02.0
5
1
autoflake==1.2
6
2
check-manifest==0.37
7
3
codecov==2.0.15 # Upload coverage data
8
4
doc8==0.8.0
9
5
dodgy==0.1.9 # Look for uploaded secrets
6
+ dulwich==0.19.6
10
7
flake8-commas==2.0.0 # Require silicon valley commas
11
8
flake8-quotes==1.0.0 # Require single quotes
12
9
flake8==3.5.0 # Lint
@@ -15,11 +12,17 @@ mypy==0.630 # Type checking
15
12
pip_check_reqs==2.0.3
16
13
pydocstyle==2.1.1 # Lint docstrings
17
14
pyenchant==2.0.0 # Bindings for a spellchecking sytem
15
+ pygithub==1.43.2
16
+ Pygments==2.2.0
18
17
pylint==2.1.1 # Lint
19
18
pyroma==2.4 # Packaging best practices checker
20
19
pytest-cov==2.6.0 # Measure code coverage
21
20
pytest==3.8.2 # Test runners
21
+ PyYAML==3.13
22
+ Sphinx==1.8.1
22
23
sphinxcontrib-spelling==4.2.0
24
+ twine==1.12.1
23
25
versioneer==0.18
24
26
vulture==0.29
27
+ VWS-Python-Mock==2018.10.02.0
25
28
yapf==0.24.0 # Automatic formatting for Python
You can’t perform that action at this time.
0 commit comments