Skip to content

Commit

Permalink
tries multiple search strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshire123 committed Jan 27, 2023
1 parent 05bfae3 commit ae558e8
Show file tree
Hide file tree
Showing 5 changed files with 646 additions and 281 deletions.
4 changes: 4 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name = "pypi"

[packages]
sentry-sdk = "*"
requests = "*"


[dev-packages]
bandit = "*"
Expand All @@ -14,6 +16,8 @@ flake8 = "*"
isort = "*"
mypy = "*"
pytest = "*"
requests-mock = "*"
types-requests = "*"

[requires]
python_version = "3.9"
Loading

0 comments on commit ae558e8

Please sign in to comment.