~cypheon/pyspice-notebook

pyspice-notebook/Pipfile -rw-r--r-- 201 bytes
64a433f9 — Johann Rudloff Initial commit. 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
jupyter = "==1.0.0"
pyspice = "==1.3.2"
matplotlib = "==3.2.1"

[requires]
python_version = "3.7"