Skip to content

Commit

Permalink
http instead of ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseBlaauwbroek committed Nov 9, 2023
1 parent 120bf96 commit 87ee088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"setuptools",
"wheel",
"Cython>=3.0.3",
"pycapnp @ git+ssh://git@github.com/capnproto/pycapnp.git",
"pycapnp @ git+https://github.com/capnproto/pycapnp.git",
"Jinja2",
"inflection"]
build-backend = "setuptools.build_meta"
Expand Down Expand Up @@ -36,7 +36,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"pycapnp @ git+ssh://git@github.com/capnproto/pycapnp.git",
"pycapnp @ git+https://github.com/capnproto/pycapnp.git",
"immutables",
"graphviz",
"sanic==23.6.0",
Expand Down

0 comments on commit 87ee088

Please sign in to comment.