pin versions and use dependabot to update them (#56)

This commit is contained in:
Zach White
2021-06-23 19:28:31 -07:00
committed by GitHub
parent 0dbe3dc448
commit 8d9b3b2880
3 changed files with 69 additions and 12 deletions
+25 -10
View File
@@ -40,15 +40,30 @@ if __name__ == "__main__":
],
python_requires=metadata['requires-python'],
install_requires=[
"dotty-dict",
"flake8",
"hid",
"hjson",
"jsonschema>=3",
"milc>=1.4.0",
"nose2",
"pygments",
"pyusb",
"yapf"
"appdirs==1.4.4",
"argcomplete==1.12.3",
"attrs==21.2.0",
"colorama==0.4.4",
"coverage==5.5",
"dotty-dict==1.3.0",
"flake8==3.9.2",
"halo==0.0.31",
"hid==1.0.4",
"hjson==3.0.2",
"jsonschema==3.2.0",
"log-symbols==0.0.14",
"mccabe==0.6.1",
"milc==1.4.2",
"nose2==0.10.0",
"pycodestyle==2.7.0",
"pyflakes==2.3.1",
"Pygments==2.9.0",
"pyrsistent==0.17.3",
"pyusb==1.1.1",
"setuptools>=45",
"six==1.16.0",
"spinners==0.0.24",
"termcolor==1.1.0",
"yapf==0.31.0"
]
)