Add pipenv configuration

This commit is contained in:
Mark Cornick 2024-05-18 21:00:15 -04:00
parent 34c6f00d0d
commit 90fb0ef3e1
3 changed files with 46 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,5 +2,6 @@
.envrc
.pytest_cache
__pycache__
build
cue_to_meta.egg-info
venv

12
Pipfile Normal file
View File

@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
genpw = {editable = true, path = "."}
[dev-packages]
[requires]
python_version = "3.11"

33
Pipfile.lock generated Normal file
View File

@ -0,0 +1,33 @@
{
"_meta": {
"hash": {
"sha256": "d7c2322ee01acc775c139131c69a8378bd5c99c4de25d8a32a8dde14a06bb7c2"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.11"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {
"click": {
"hashes": [
"sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28",
"sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"
],
"markers": "python_version >= '3.7'",
"version": "==8.1.7"
},
"cue-to-meta": {
"editable": true,
"path": "."
}
},
"develop": {}
}