Point Pipfile to my forked repo (for now), and relock.
This commit is contained in:
parent
ec81cab79d
commit
64ef546799
6
Pipfile
6
Pipfile
@ -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
7
Pipfile.lock
generated
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user