Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Commit

Permalink
fix version of pypi packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Pajinek committed Mar 21, 2018
1 parent 058c926 commit 225e50e
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 25 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN curl https://beaker-project.org/yum/beaker-client-CentOS.repo -o /etc/yum.re

ADD requirement/* /data/greentea/requirement/
RUN source $HOME/env/bin/activate \
&& pip install -r $HOME/requirement/requirement.txt \
&& pip install -r $HOME/requirement/requirement-postgresql.txt \
&& yum remove -y python-devel libpq-devel openssl-devel gcc \
&& yum clean all
Expand Down
2 changes: 2 additions & 0 deletions requirement/requirement-postgresql.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r requirement.txt
psycopg2-binary
36 changes: 34 additions & 2 deletions requirement/requirement-postgresql.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
-r requirement.txt
psycopg2-binary
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirement/requirement-postgresql.txt requirement/requirement-postgresql.in
#
beautifulsoup4==4.6.0
croniter==0.3.20
django-crispy-forms==1.7.2
django-debug-toolbar==1.9.1
django-filter==1.1.0
django-grappelli==2.10.2
django-reversion==2.0.13
django-taggit==0.22.2
django-widget-tweaks==1.4.1
django==1.11.11
djangorestframework==3.7.7
docutils==0.14
elasticsearch==2.4.1
feedparser==5.2.1
gitdb2==2.0.3
gitpython==2.1.8
lxml==4.2.1
markdown==2.6.11
psycopg2-binary==2.7.4
python-dateutil==2.7.0
pytz==2018.3
single-process==2.4.1
six==1.11.0
smmap2==2.0.3
sqlparse==0.2.4
texttable==1.2.1
urllib3==1.22
uwsgi==2.0.17
22 changes: 22 additions & 0 deletions requirement/requirement.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
python-dateutil
uwsgi
pytz
lxml
feedparser
docutils
croniter
texttable
BeautifulSoup4
single_process
markdown
Django < 1.12
django-grappelli < 2.11
django-debug-toolbar
django-taggit
django-reversion
django-widget-tweaks
django-filter
django-crispy-forms
djangorestframework
GitPython
elasticsearch<3
55 changes: 33 additions & 22 deletions requirement/requirement.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@
python-dateutil
uwsgi
pytz
lxml
feedparser
docutils
croniter
texttable
BeautifulSoup4
single_process
markdown
Django < 1.12
django-grappelli < 2.11
django-debug-toolbar
django-taggit
django-reversion
django-widget-tweaks
django-filter
django-crispy-forms
djangorestframework
GitPython
elasticsearch<3
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirement/requirement.txt requirement/requirement.in
#
beautifulsoup4==4.6.0
croniter==0.3.20
django-crispy-forms==1.7.2
django-debug-toolbar==1.9.1
django-filter==1.1.0
django-grappelli==2.10.2
django-reversion==2.0.13
django-taggit==0.22.2
django-widget-tweaks==1.4.1
django==1.11.11
djangorestframework==3.7.7
docutils==0.14
elasticsearch==2.4.1
feedparser==5.2.1
gitdb2==2.0.3 # via gitpython
gitpython==2.1.8
lxml==4.2.1
markdown==2.6.11
python-dateutil==2.7.0
pytz==2018.3
single-process==2.4.1
six==1.11.0 # via python-dateutil
smmap2==2.0.3 # via gitdb2
sqlparse==0.2.4 # via django-debug-toolbar
texttable==1.2.1
urllib3==1.22 # via elasticsearch
uwsgi==2.0.17

0 comments on commit 225e50e

Please sign in to comment.