Skip to content

Commit efaf143

Browse files
committed
Add requirements
1 parent 796052c commit efaf143

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

admin/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""
2+
Admin tools.
3+
"""

dev-requirements.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
PyYAML==3.13
2-
Pygments==2.2.0
3-
Sphinx==1.8.1
4-
VWS-Python-Mock==2018.10.02.0
51
autoflake==1.2
62
check-manifest==0.37
73
codecov==2.0.15 # Upload coverage data
84
doc8==0.8.0
95
dodgy==0.1.9 # Look for uploaded secrets
6+
dulwich==0.19.6
107
flake8-commas==2.0.0 # Require silicon valley commas
118
flake8-quotes==1.0.0 # Require single quotes
129
flake8==3.5.0 # Lint
@@ -15,11 +12,17 @@ mypy==0.630 # Type checking
1512
pip_check_reqs==2.0.3
1613
pydocstyle==2.1.1 # Lint docstrings
1714
pyenchant==2.0.0 # Bindings for a spellchecking sytem
15+
pygithub==1.43.2
16+
Pygments==2.2.0
1817
pylint==2.1.1 # Lint
1918
pyroma==2.4 # Packaging best practices checker
2019
pytest-cov==2.6.0 # Measure code coverage
2120
pytest==3.8.2 # Test runners
21+
PyYAML==3.13
22+
Sphinx==1.8.1
2223
sphinxcontrib-spelling==4.2.0
24+
twine==1.12.1
2325
versioneer==0.18
2426
vulture==0.29
27+
VWS-Python-Mock==2018.10.02.0
2528
yapf==0.24.0 # Automatic formatting for Python

0 commit comments

Comments
 (0)