Skip to content

Commit

Permalink
Replace requirements.txt with pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Jun 24, 2024
1 parent 05a0458 commit 7cbfeed
Show file tree
Hide file tree
Showing 3 changed files with 1,329 additions and 8 deletions.
21 changes: 21 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
jsonschema = ">=3.0.0a5"
pytz = "*"
requests = "*"
scrapy = "*"

[dev-packages]
black = "*"
flake8 = "*"
pytest = "*"
isort = "*"
build = "*"
twine = "*"

[requires]
python_version = "3.8"
Loading

0 comments on commit 7cbfeed

Please sign in to comment.