Skip to content

Commit

Permalink
Merge pull request #1287 from camptocamp/pipenv-lock
Browse files Browse the repository at this point in the history
Do a pipenv lock
  • Loading branch information
sbrunner authored Dec 15, 2021
2 parents 63edb6a + b37e60d commit 3b43f12
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 3b43f12

Please sign in to comment.