Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 041588db authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Add 'requests' dependency to 'pyproject.toml'.

parent 83811146
No related branches found
No related tags found
1 merge request!41Quickrun mode
......@@ -38,6 +38,7 @@ classifiers = [
dependencies = [
"cryptography >= 35.0",
"pandas >= 1.2",
"requests ~= 2.18",
"scikit-learn >= 1.0",
"tomli >= 2.0 ; python_version < '3.11'",
"typing_extensions >= 4.0",
......@@ -130,4 +131,4 @@ packages = ["declearn"]
declearn = ["py.typed"]
[project.scripts]
declearn-quickrun = "declearn.quickrun.run:main"
\ No newline at end of file
declearn-quickrun = "declearn.quickrun.run:main"
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