Explorar el Código

Pushed to PyPI

master
Pete Shadbolt hace 6 años
padre
commit
3a9140c129
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. +1
    -0
      README.rst
  2. +1
    -1
      setup.py

+ 1
- 0
README.rst Ver fichero

@@ -0,0 +1 @@
README.md

+ 1
- 1
setup.py Ver fichero

@@ -13,5 +13,5 @@ setup(
description = "Port of C++ due to Simon Anders and Hans J Briegel",
keywords = "quantum",
setup_requires = ["numpy"],
install_requires = ["numpy", "networkx", "websocket-client", "websocket-server"],
install_requires = ["numpy", "networkx", "requests"],
)

Cargando…
Cancelar
Guardar