File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ pydocstyle==4.0.1 # Lint docstrings
1515pyenchant==2.0.0 # Bindings for a spellchecking sytem
1616pygithub==1.44.1
1717Pygments==2.4.2
18- pylint==2.4.3 # Lint
18+ pylint==2.4.4 # Lint
1919pyroma==2.6 # Packaging best practices checker
2020pytest-cov==2.8.1 # Measure code coverage
21- pytest==5.2.2 # Test runners
21+ pytest==5.2.4 # Test runners
2222PyYAML==5.1.2
2323Sphinx==2.2.1
24- sphinx-autodoc-typehints==1.10.2
24+ sphinx-autodoc-typehints==1.10.3
2525sphinxcontrib-spelling==4.3.0
2626twine==2.0.0
2727versioneer==0.18
Original file line number Diff line number Diff line change 11requests == 2.22.0
22timeout-decorator == 0.4.1
3- urllib3 == 1.25.6
3+ urllib3 == 1.25.7
Original file line number Diff line number Diff line change 3232 keywords = 'vuforia fake client' ,
3333 package_dir = {'' : 'src' },
3434 include_package_data = True ,
35- package_data = {
36- 'vws' : ['py.typed' ],
37- },
35+ package_data = {'vws' : ['py.typed' ]},
3836 install_requires = INSTALL_REQUIRES ,
3937 extras_require = {
4038 'dev' : DEV_REQUIRES ,
You can’t perform that action at this time.
0 commit comments