Skip to content
Snippets Groups Projects
Commit 81e8c5c5 authored by E. Madison Bray's avatar E. Madison Bray
Browse files

[packaging] add installation deps and test deps to the setup.cfg

parent 7bfa7149
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,18 @@ url = https://gitlri.lri.fr/renewal/recsystems
python_requires = >= 3.7
packages = find:
setup_requires = setuptools_scm
install_requires =
aiohttp>=3.6.0
coloredlogs>=14.0
jsonrpcserver>=4.1.0
objclick>=0.1.1
PyJWT>=1.5.0
websockets>=8.1
[options.extras_require]
tests =
pytest
jsonrpcclient[websockets]>=3.3.0
[tool:pytest]
addopts =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment