File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
autoflake==1.3
2
- check-manifest==0.38
2
+ check-manifest==0.39
3
3
doc8==0.8.0
4
4
dulwich==0.19.11
5
5
flake8-commas==2.0.0
@@ -13,9 +13,9 @@ pydocstyle==3.0.0
13
13
pyenchant==2.0.0
14
14
pygithub==1.43.7
15
15
pylint==2.3.1
16
- pyroma==2.4
16
+ pyroma==2.5
17
17
pytest-cov==2.7.1 # Measure code coverage
18
- pytest==4.5.0
18
+ pytest==4.6.3
19
19
twine==1.13.0
20
20
vulture==1.0
21
21
yapf==0.27.0
Original file line number Diff line number Diff line change 1
1
sphinx-prompt == 1.1.0
2
- sphinx == 2.0 .1
2
+ sphinx == 2.1 .1
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ def _get_dependencies(requirements_file: Path) -> List[str]:
61
61
'Environment :: Web Environment' ,
62
62
'Programming Language :: Python :: 3.5' ,
63
63
'License :: OSI Approved :: Apache Software License' ,
64
+ 'Development Status :: 5 - Production/Stable' ,
64
65
],
65
66
# Avoid dependency links because they are not supported by Read The Docs.
66
67
#
You can’t perform that action at this time.
0 commit comments