Skip to content

Commit

Permalink
Test redis and wtforms updates and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robvdl committed Nov 3, 2024
1 parent 43a77c1 commit bbdd277
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ At this point I just create a virtualenv and copy the compiled Samba
files inside it, it's crude but works.

python3 -m venv venv
cp -R samba/bin/python/* venv/site-packages/
cp -R samba/bin/python/* venv/lib/python3.12/site-packages/
. venv/bin/activate
pip install -e .

Make sure you change the python version in the path to match your system.

Configuring Sambal
------------------

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ dependencies = [
"pyramid==2.0.2",
"pyramid_jinja2==2.10.1",
"pyramid_session_redis==1.6.3",
"redis==5.1.1",
"redis==5.2.0",
"waitress==3.0.1",
"WTForms==3.1.2",
"WTForms==3.2.1",
]

[project.optional-dependencies]
Expand Down

0 comments on commit bbdd277

Please sign in to comment.