Skip to content

Commit

Permalink
missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Jul 15, 2024
1 parent a798655 commit 2d37ef3
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 2 deletions.
173 changes: 172 additions & 1 deletion src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.8"
pyroclient = { git = "https://github.com/pyronear/pyro-api.git", rev = "767be30a781b52b29d68579d543e3f45ac8c4713", subdirectory = "client" }
pyroclient = { git = "https://github.com/pyronear/pyro-api.git", rev = "767be30a781b52b29d68579d543e3f45ac8c4713", subdirectory = "client" }
python-dotenv = "^0.21.0"
huggingface-hub = "^0.9.0"
8 changes: 8 additions & 0 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
certifi==2024.7.4 ; python_version >= "3.8" and python_version < "4"
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4"
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows"
filelock==3.15.4 ; python_version >= "3.8" and python_version < "4.0"
huggingface-hub==0.9.1 ; python_version >= "3.8" and python_version < "4.0"
idna==3.7 ; python_version >= "3.8" and python_version < "4"
packaging==24.1 ; python_version >= "3.8" and python_version < "4.0"
pyroclient @ git+https://github.com/pyronear/pyro-api.git@767be30a781b52b29d68579d543e3f45ac8c4713#subdirectory=client ; python_version >= "3.8" and python_version < "4"
python-dotenv==0.21.1 ; python_version >= "3.8" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.8" and python_version < "4.0"
requests==2.32.3 ; python_version >= "3.8" and python_version < "4"
tqdm==4.66.4 ; python_version >= "3.8" and python_version < "4.0"
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "4.0"
urllib3==2.2.2 ; python_version >= "3.8" and python_version < "4"

0 comments on commit 2d37ef3

Please sign in to comment.