Skip to content

Commit

Permalink
Do a pipenv lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 15, 2021
1 parent 71e9d44 commit b37e60d
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 246 deletions.
6 changes: 5 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "pypi"
url = "https://pypi.org/simple/"
verify_ssl = true

[requires]
python_version = "3.8"

[packages]
c2cwsgiutils = "==4.1.4"
pyramid-mako = "==1.1.0"
Expand All @@ -25,11 +28,12 @@ cornice = "==6.0.0" # c2cwsgiutils
jsonschema = "==4.0.1"
pyramid = "==2.0"
jsonschema-gentypes = "==0.9.4"
azure-storage-blob = "==12.8.1"

[dev-packages]
coverage = "==6.0.1"
testfixtures = "==6.18.3"
pytest = "==6.2.5"
prospector = {extras = ["with_mypy", "with_bandit"], version = "==1.5.1"}
prospector = {extras = ["with_mypy", "with_bandit"], version = "==1.5.3.1"}
types-redis = "==3.5.9"
types-requests = "==2.25.9"
Loading

0 comments on commit b37e60d

Please sign in to comment.