Skip to content

Commit

Permalink
adds requests dep
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jun 18, 2024
1 parent c7fd66a commit 326de29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ install_requires =
fs~=2.4
fs-synapse~=2.0
typer~=0.7.0
requests<=2.31.0

[options.packages.find]
where = src
Expand Down Expand Up @@ -90,7 +91,6 @@ dev =
flake8-pyproject~=1.0
sphinx-autodoc-typehints~=1.21
interrogate~=1.5
requests<2.32.0

[options.entry_points]
# Add here console scripts like:
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,3 @@ deps = pipenv
commands =
pipenv lock --dev
pipenv install --dev
pip show requests

0 comments on commit 326de29

Please sign in to comment.