We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ffe90d + b52eb94 commit 19c4a77Copy full SHA for 19c4a77
dev-requirements.txt
@@ -15,7 +15,7 @@ pyenchant==2.0.0 # Bindings for a spellchecking sytem
15
pygithub==1.43.7
16
Pygments==2.4.2
17
pylint==2.3.1 # Lint
18
-pyroma==2.4 # Packaging best practices checker
+pyroma==2.5 # Packaging best practices checker
19
pytest-cov==2.7.1 # Measure code coverage
20
pytest==4.6.0 # Test runners
21
PyYAML==5.1
setup.py
@@ -40,5 +40,6 @@
40
'Environment :: Web Environment',
41
'License :: OSI Approved :: MIT License',
42
'Programming Language :: Python :: 3.7',
43
+ 'Development Status :: 3 - Alpha',
44
],
45
)
0 commit comments