Skip to content

Commit 4b42cc4

Browse files
committed
Merge remote-tracking branch 'origin/master' into better-docs
2 parents fa825df + e51050d commit 4b42cc4

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ pydocstyle==4.0.1 # Lint docstrings
1515
pyenchant==2.0.0 # Bindings for a spellchecking sytem
1616
pygithub==1.44.1
1717
Pygments==2.4.2
18-
pylint==2.4.3 # Lint
18+
pylint==2.4.4 # Lint
1919
pyroma==2.6 # Packaging best practices checker
2020
pytest-cov==2.8.1 # Measure code coverage
21-
pytest==5.2.2 # Test runners
21+
pytest==5.2.4 # Test runners
2222
PyYAML==5.1.2
2323
Sphinx==2.2.1
24-
sphinx-autodoc-typehints==1.10.2
24+
sphinx-autodoc-typehints==1.10.3
2525
sphinxcontrib-spelling==4.3.0
2626
twine==2.0.0
2727
versioneer==0.18

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.22.0
22
timeout-decorator==0.4.1
3-
urllib3==1.25.6
3+
urllib3==1.25.7

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
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,

0 commit comments

Comments
 (0)