Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bcrypt==3.1.4
blueprint==3.4.2
cffi==1.11.5
#cffi==1.11.5
click==7.1.2
Flask==1.1.2
Flask-Babel==2.0.0
Expand All @@ -16,9 +16,9 @@ MarkupSafe==1.1.1
marshmallow==3.9.1
marshmallow-sqlalchemy==0.24.0
Pillow==8.0.1
psycopg2==2.7.5
psycopg2==2.9.3
pycparser==2.19
https://github.com/PnX-SI/UsersHub-authentification-module/archive/1.4.5.zip
https://github.com/PnX-SI/UsersHub-authentification-module/archive/1.5.9.zip
six==1.15.0
SQLAlchemy==1.3.20
Werkzeug==1.0.1
Expand Down
3 changes: 1 addition & 2 deletions geopaysagesftpclient/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
'IPTCInfo3',
'pillow',
'sqlalchemy',
'psycopg2==2.7.5',
'psycopg2-binary==2.7.5'
'psycopg2==2.9.3',
],
packages=setuptools.find_packages(),
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion install_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install unzip
sudo apt-get install postgresql postgresql-postgis postgresql-contrib postgresql-common postgresql-postgis-scripts
sudo apt-get install postgresql postgresql-postgis postgresql-contrib postgresql-common postgresql-postgis-scripts libpq-dev
sudo apt-get install python3
sudo apt-get install python3-venv
sudo systemctl stop apache2
Expand Down