Skip to content

Commit 2367bd9

Browse files
committed
Fix lxml
1 parent 897fd8d commit 2367bd9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

justfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ install: pip-install git-clone dev-install
55
alias i := install
66

77
dev-install:
8+
dm repo install django
89
dm repo install django-mongodb-backend
910
dm repo install django-mongodb-extensions
1011
dm repo install mongo-python-driver
12+
dm repo install python-xmlsec
1113

1214

1315
demo:
@@ -21,12 +23,15 @@ alias d := demo
2123

2224
[group('git')]
2325
git-clone:
26+
dm repo clone django
27+
dm repo clone django-allauth
2428
dm repo clone django-mongodb-app
2529
dm repo clone django-mongodb-backend
2630
dm repo clone django-mongodb-extensions
2731
dm repo clone django-mongodb-project
2832
dm repo clone django-mongodb-templates
2933
dm repo clone mongo-python-driver
34+
dm repo clone python-xmlsec
3035

3136
# ---------------------------------------- django ----------------------------------------
3237

@@ -63,6 +68,7 @@ db-init:
6368
[group('python')]
6469
pip-install: check-venv
6570
brew install libxml2 libxmlsec1 pkg-config
71+
pip install lxml==5.3.2 --no-binary :all:
6672
pip install -U pip
6773
pip install -e .
6874
pre-commit install

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies = [
1212
"dj-database-url", # For startproject and testing with postgres
1313
"fido2", # For django-allauth
1414
"html5lib", # Required by django-debug-toolbar
15-
"lxml==5.2.1", # For django-allauth
1615
"psycopg2", # For django-allauth
1716
"python3-openid", # For django-allauth
1817
"python3-saml", # For django-allauth

0 commit comments

Comments
 (0)