Skip to content

Commit c057204

Browse files
committed
add pipfile
1 parent 15364fa commit c057204

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Pipfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
ipython = "*"
8+
numpy = "*"
9+
python-language-server = "*"
10+
pyserial = "*"
11+
12+
[dev-packages]
13+
14+
[requires]
15+
python_version = "3.10"

0 commit comments

Comments
 (0)