Skip to content

Commit 961473d

Browse files
committed
start to generate a working venv install configuration
1 parent c69a44d commit 961473d

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@ mchess/web/node_modules
1111
mchess/mchess.log
1212
mchess/web/package-lock.json
1313
mchess/turquoise.log
14+
mchess/bin
15+
mchess/lib64
16+
mchess/lib
17+
mchess/include
18+
mchess/pyvenv.cfg
1419
.DS_Store
20+

mchess/requirements.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# https://docs.python.org/3/tutorial/venv.html
22

3-
Flask==2.0.1
3+
pyserial
4+
chess
5+
pillow
6+
# bluepy
7+
8+
markupsafe==2.0.1
9+
Flask==1.1.4
410
Flask-Sockets==0.2.1
5-
gevent==21.1.2
6-
gevent-websocket==0.10.1
11+
gevent # ==21.12.0
12+
gevent-websocket # ==0.10.1

mchess/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"lockfileVersion": 1,
33
"dependencies": {
4-
"cm-chessboard": "^2.15.3",
5-
"chart.js": "^2.9.3"
4+
"chart.js": "^2.9.3",
5+
"cm-chessboard": "^2.15.7"
66
}
77
}

0 commit comments

Comments
 (0)