Skip to content

Commit

Permalink
Fix pipenv lock file with private repo installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kipparker committed Nov 28, 2024
1 parent 99e4bf2 commit cb4747a
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 208 deletions.
4 changes: 2 additions & 2 deletions resource/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ name = "pypi"
fastapi = "*"
requests = "*"
cryptography = "*"
uvicorn = {extras = ["standard"], version = "*"}
uvicorn = {extras = ["standard"] }
typing-extensions = "*"
pyjwt = "*"
asn1crypto = "*"
ib1-directory = "*"
ib1-provenance = {ref = "main", git = "git+https://${PROVENANCE_INSTALL_TOKEN}@github.com/kipparker/provenance.git"}
ib1-provenance = {git = "git+https://${PROVENANCE_INSTALL_TOKEN}@github.com/kipparker/provenance.git"}

[dev-packages]
pytest = "*"
Expand Down
Loading

0 comments on commit cb4747a

Please sign in to comment.