Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
This would otherwise output Sphinx errors.

Signed-off-by: Samuel Giffard <[email protected]>
  • Loading branch information
Samuel Giffard committed Oct 13, 2023
1 parent fc2c23e commit 316049b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ package_dir =
packages = find:
python_requires = >=3.8
install_requires =
azure-common >= 1.1.28, < 2
azure-storage-blob >= 2.1.0
botocore
cryptography
Expand All @@ -36,6 +37,7 @@ install_requires =
pydantic < 2
python-dateutil
python-snappy
python-swiftclient
requests
zstandard
typing_extensions >= 3.10, < 5
Expand Down

0 comments on commit 316049b

Please sign in to comment.