File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ install: pip-install git-clone dev-install
5
5
alias i := install
6
6
7
7
dev-install :
8
+ dm repo install django
8
9
dm repo install django-mongodb-backend
9
10
dm repo install django-mongodb-extensions
10
11
dm repo install mongo-python-driver
12
+ dm repo install python-xmlsec
11
13
12
14
13
15
demo :
@@ -21,12 +23,15 @@ alias d := demo
21
23
22
24
[group (' git' )]
23
25
git-clone :
26
+ dm repo clone django
27
+ dm repo clone django-allauth
24
28
dm repo clone django-mongodb-app
25
29
dm repo clone django-mongodb-backend
26
30
dm repo clone django-mongodb-extensions
27
31
dm repo clone django-mongodb-project
28
32
dm repo clone django-mongodb-templates
29
33
dm repo clone mongo-python-driver
34
+ dm repo clone python-xmlsec
30
35
31
36
# ---------------------------------------- django ----------------------------------------
32
37
@@ -63,6 +68,7 @@ db-init:
63
68
[group (' python' )]
64
69
pip-install : check-venv
65
70
brew install libxml2 libxmlsec1 pkg-config
71
+ pip install lxml== 5.3.2 --no-binary :all:
66
72
pip install -U pip
67
73
pip install -e .
68
74
pre-commit install
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ dependencies = [
12
12
" dj-database-url" , # For startproject and testing with postgres
13
13
" fido2" , # For django-allauth
14
14
" html5lib" , # Required by django-debug-toolbar
15
- " lxml==5.2.1" , # For django-allauth
16
15
" psycopg2" , # For django-allauth
17
16
" python3-openid" , # For django-allauth
18
17
" python3-saml" , # For django-allauth
You can’t perform that action at this time.
0 commit comments