Skip to content

Commit

Permalink
Remove requests and requests-mock dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Sep 5, 2024
1 parent 51ecf78 commit 085e97a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 168 deletions.
167 changes: 1 addition & 166 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.32.3"
argparse = "^1.4.0"
alive-progress = "^3.1.5"
emoji = "^2.12.1"
aiohttp = "^3.10.5"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
requests-mock = "^1.12.1"
pytest-asyncio = "^0.24.0"
pytest-aiohttp = "^1.0.5"

Expand All @@ -33,3 +31,5 @@ build-backend = "poetry.core.masonry.api"
github-dlr = 'github_dlr.console:cli'
gh-dlr = 'github_dlr.console:cli'

[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"

0 comments on commit 085e97a

Please sign in to comment.