Point Pipfile to my forked repo (for now), and relock.

This commit is contained in:
mike 2024-06-18 02:20:52 -07:00
parent ec81cab79d
commit 64ef546799
2 changed files with 9 additions and 6 deletions

View File

@ -5,9 +5,11 @@ name = "pypi"
[packages] [packages]
# py-gitea = "*" # py-gitea = "*"
py-gitea = {file = "/home/mike/opt/py-gitea"} py-gitea = {git = "https://github.com/mikeperalta1/py-gitea.git"}
# py-gitea = {file = "/home/mike/opt/py-gitea"}
[dev-packages] [dev-packages]
[requires] [requires]
python_version = "3.12" python_version = "3.12.4"

7
Pipfile.lock generated
View File

@ -1,11 +1,11 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "42107811e88c77bb070866e53f75374682faf2ad34fa0f94450921ecd5ac9e38" "sha256": "f3cf3ec0cb7841f0468b326f39172450322da64a96f61f939c985fd98d4661ac"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
"python_version": "3.12" "python_version": "3.12.4"
}, },
"sources": [ "sources": [
{ {
@ -137,7 +137,8 @@
"version": "==4.2.0" "version": "==4.2.0"
}, },
"py-gitea": { "py-gitea": {
"file": "/home/mike/opt/py-gitea" "git": "https://github.com/mikeperalta1/py-gitea.git",
"ref": "6102ca7d30fea302b52fce21d3082f04a64a0308"
}, },
"requests": { "requests": {
"hashes": [ "hashes": [