pycurl is no longer just a dev dependency (#29684)

old-commit-hash: 17bd792eee
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent d5dba43885
commit 7111ce6ce8
  1. 4
      poetry.lock
  2. 2
      pyproject.toml

4
poetry.lock generated

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:bd848e2d24544e5ed93db3b68770036ddfd0af475f11a1a7c35f7ec84fd93a6c oid sha256:0d6bd098a5d9a20fdacb0debd6e56fed8cf6be37a3ecc1d8f02dbcf550451e63
size 377110 size 377665

@ -71,6 +71,7 @@ psutil = "*"
pyaudio = "*" pyaudio = "*"
pycapnp = "*" pycapnp = "*"
pycryptodome = "*" pycryptodome = "*"
pycurl = "*"
pydub = "*" pydub = "*"
PyJWT = "*" PyJWT = "*"
pyopencl = "*" pyopencl = "*"
@ -117,7 +118,6 @@ pandas = "*"
parameterized = "^0.8" parameterized = "^0.8"
pprofile = "*" pprofile = "*"
pre-commit = "*" pre-commit = "*"
pycurl = "*"
pygame = "*" pygame = "*"
pyprof2calltree = "*" pyprof2calltree = "*"
pytest = "*" pytest = "*"

Loading…
Cancel
Save