removed geventconnectionpool

This commit is contained in:
David Kennedy 2024-03-05 14:02:14 -05:00
parent 2b3c7ae0fd
commit a75caa2fdb
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 0 additions and 6 deletions

View file

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

4
src/Pipfile.lock generated
View file

@ -458,10 +458,6 @@
"markers": "python_version >= '3.8'",
"version": "==24.2.1"
},
"geventconnpool": {
"git": "https://github.com/rasky/geventconnpool.git",
"ref": "1bbb93a714a331a069adf27265fe582d9ba7ecd4"
},
"greenlet": {
"hashes": [
"sha256:01bc7ea167cf943b4c802068e178bbf70ae2e8c080467070d01bfa02f337ee67",

View file

@ -28,7 +28,6 @@ fred-epplib@ git+https://github.com/cisagov/epplib.git@d56d183f1664f34c40ca9716a
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'
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'
gunicorn==21.2.0; python_version >= '3.5'
idna==3.6; python_version >= '3.5'