Update pipfile

This commit is contained in:
Rebecca Hsieh 2024-03-06 11:45:50 -08:00
parent 35d2818ff7
commit ce98272b48
No known key found for this signature in database
3 changed files with 4 additions and 10 deletions

View file

@ -29,7 +29,6 @@ django-login-required-middleware = "*"
greenlet = "*" greenlet = "*"
gevent = "*" gevent = "*"
fred-epplib = {git = "https://github.com/cisagov/epplib.git", ref = "master"} fred-epplib = {git = "https://github.com/cisagov/epplib.git", ref = "master"}
geventconnpool = {git = "https://github.com/rasky/geventconnpool.git", ref = "1bbb93a714a331a069adf27265fe582d9ba7ecd4"}
pyzipper="*" pyzipper="*"
tblib = "*" tblib = "*"

12
src/Pipfile.lock generated
View file

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "8094a1c9461f860e928b51542adf891c0f6f6c4c62bd1bd8ac3bba55a67f918d" "sha256": "082a951f15bb26a28f2dca7e0840fdf61518b3d90c42d77a310f982344cbd1dc"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": {}, "requires": {},
@ -458,10 +458,6 @@
"markers": "python_version >= '3.8'", "markers": "python_version >= '3.8'",
"version": "==24.2.1" "version": "==24.2.1"
}, },
"geventconnpool": {
"git": "https://github.com/rasky/geventconnpool.git",
"ref": "1bbb93a714a331a069adf27265fe582d9ba7ecd4"
},
"greenlet": { "greenlet": {
"hashes": [ "hashes": [
"sha256:01bc7ea167cf943b4c802068e178bbf70ae2e8c080467070d01bfa02f337ee67", "sha256:01bc7ea167cf943b4c802068e178bbf70ae2e8c080467070d01bfa02f337ee67",
@ -1217,12 +1213,12 @@
}, },
"boto3-stubs": { "boto3-stubs": {
"hashes": [ "hashes": [
"sha256:5ee40bdfba94fcdba26f36869339c849e918827ed1fb2f8e470474e6b1e923ff", "sha256:627f8eca69d832581ee1676d39df099a2a2e3a86d6b3ebd21c81c5f11ed6a6fa",
"sha256:cbbae1b811b97e4e1f1d00eba237ff987678e652502226b87e6276f7963935b4" "sha256:a87e7ecbab6235ec371b4363027e57483bca349a9cd5c891f40db81dadfa273e"
], ],
"index": "pypi", "index": "pypi",
"markers": "python_version >= '3.8'", "markers": "python_version >= '3.8'",
"version": "==1.34.55" "version": "==1.34.56"
}, },
"botocore": { "botocore": {
"hashes": [ "hashes": [

View file

@ -28,7 +28,6 @@ fred-epplib@ git+https://github.com/cisagov/epplib.git@d56d183f1664f34c40ca9716a
furl==2.1.3 furl==2.1.3
future==1.0.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' future==1.0.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
gevent==24.2.1; python_version >= '3.8' gevent==24.2.1; python_version >= '3.8'
geventconnpool@ git+https://github.com/rasky/geventconnpool.git@1bbb93a714a331a069adf27265fe582d9ba7ecd4
greenlet==3.0.3; python_version >= '3.7' greenlet==3.0.3; python_version >= '3.7'
gunicorn==21.2.0; python_version >= '3.5' gunicorn==21.2.0; python_version >= '3.5'
idna==3.6; python_version >= '3.5' idna==3.6; python_version >= '3.5'