Skip to content

Commit bbdd277

Browse files
committed
Test redis and wtforms updates and update readme
1 parent 43a77c1 commit bbdd277

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ At this point I just create a virtualenv and copy the compiled Samba
1313
files inside it, it's crude but works.
1414

1515
python3 -m venv venv
16-
cp -R samba/bin/python/* venv/site-packages/
16+
cp -R samba/bin/python/* venv/lib/python3.12/site-packages/
1717
. venv/bin/activate
1818
pip install -e .
1919

20+
Make sure you change the python version in the path to match your system.
21+
2022
Configuring Sambal
2123
------------------
2224

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ dependencies = [
2626
"pyramid==2.0.2",
2727
"pyramid_jinja2==2.10.1",
2828
"pyramid_session_redis==1.6.3",
29-
"redis==5.1.1",
29+
"redis==5.2.0",
3030
"waitress==3.0.1",
31-
"WTForms==3.1.2",
31+
"WTForms==3.2.1",
3232
]
3333

3434
[project.optional-dependencies]

0 commit comments

Comments
 (0)