Skip to content

Commit

Permalink
Undo passage apt-get à pip. On remet comme c'était avant
Browse files Browse the repository at this point in the history
  • Loading branch information
A-312 committed Apr 19, 2019
1 parent 43168da commit 2a39f42
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ social-auth-app-django==3.1.0
elasticsearch==5.5.2
elasticsearch-dsl==5.4.0
sqlparse==0.2.4
setuptools==40.6.3
wheel==0.33.1

# Explicit dependencies (references in code)
Django==2.1.7
Expand All @@ -13,7 +11,6 @@ django-model-utils==3.1.2
django-munin==0.2.1
python-memcached==1.59
lxml==4.2.5
libxml2-python3==2.9.5
factory-boy==2.8.1
pygeoip==0.3.2
pillow==5.0.0
Expand Down
4 changes: 4 additions & 0 deletions scripts/dependencies/arch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ curl
unzip
realpath
python
python-setuptools
python-sqlparse
python3-pip
libxml2
python-lxml
libxslt
zlib
libffi
Expand Down
4 changes: 4 additions & 0 deletions scripts/dependencies/debian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ realpath
python3-dev
python3-pip
python3-venv
python3-setuptools
python3-sqlparse
python3-lxml
libxml2-dev
libxslt-dev
libz-dev
libjpeg62-turbo
Expand Down
5 changes: 4 additions & 1 deletion scripts/dependencies/fedora.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ curl
unzip
realpath
python3-devel
python3-setuptools
python3-lxml
libxml2-devel
libxslt-devel
zlib-devel
libjpeg-turbo-devel
python3-sqlparse
libjpeg-turbo-devel
freetype
freetype-devel
Expand Down
4 changes: 4 additions & 0 deletions scripts/dependencies/ubuntu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ realpath
python3-dev
python3-pip
python3-venv
python3-setuptools
python3-sqlparse
python3-lxml
libxml2-dev
libxslt1-dev
zlib1g-dev
libjpeg8
Expand Down

0 comments on commit 2a39f42

Please sign in to comment.