Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
ddd2e28f
Commit
ddd2e28f
authored
Jun 30, 2016
by
Hamza Boucherouite
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python3 python3-dev au lieu de python3.4 python3.4-dev
parent
b7b29b00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
install/docker/dev/Dockerfile
+1
-1
requirements.txt
install/python/requirements.txt
+1
-1
No files found.
install/docker/dev/Dockerfile
View file @
ddd2e28f
...
...
@@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y \
postgresql-server-dev-9.5 libpq-dev libxml2
\
libxml2-dev xml-core libgfortran-5-dev
\
virtualenv python3-virtualenv
\
python3
.4 python3.4
-dev
\
python3
python3
-dev
\
python3.5 python3.5-dev
\
python3-six python3-numpy python3-setuptools
\
# ^for numpy, pandas
...
...
install/python/requirements.txt
View file @
ddd2e28f
...
...
@@ -22,7 +22,7 @@ python-dateutil==2.4.2
pytz==2015.7 # timezones
PyYAML==3.11
RandomWords==0.1.12
SQLAlchemy==1.1.0b1
.dev0
SQLAlchemy==1.1.0b1
ujson==1.35
umalqurra==0.2 # arabic calendars (?? why use ??)
wheel==0.29.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment