Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Merge requests
!34
freeze psycopg2-binary to 2.8
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
freeze psycopg2-binary to 2.8
master
into
release
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Hervé MENAGER
requested to merge
master
into
release
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
for the sake of compatibility with Django 2.2
0
0
Merge request reports
Compare
release
release (base)
and
latest version
latest version
f63dffaf
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ippisite/requirements-core.txt
+
1
−
1
Options
@@ -25,7 +25,7 @@ scipy==1.5.2
matplotlib==2.2.3 #Matplotlib 3.0+ does not support Python 2.x, 3.0, 3.1, 3.2, 3.3, or 3.4.
seaborn
# postgres driver
psycopg2-binary
psycopg2-binary
==2.8 #>=2.9 is not supported by django 2.2 https://github.com/psycopg/psycopg2/issues/1293
git+https://gitlab.pasteur.fr/hmenager/django-diu.git#egg=django_diu
# openbabel is not installed from pip for now
#openbabel
Loading