small change in requirements.txt
authorymh <ymh.work@gmail.com>
Tue, 13 Mar 2018 16:52:47 +0100
changeset 685 dc349ee44568
parent 684 1dba184deb20
child 686 385e3a12ee27
small change in requirements.txt
.hgignore
virtualenv/web/res/base_requirements.txt
virtualenv/web/res/requirements.txt
--- a/.hgignore	Tue Sep 12 18:50:01 2017 +0200
+++ b/.hgignore	Tue Mar 13 16:52:47 2018 +0100
@@ -21,3 +21,7 @@
 ^web/static/media/thumbnails/renkan/renkan_default_icon\.png\.100x100_q85\.png$
 ^src/hdalab/config\.py$
 ^sbin/sync/config\.py$
+^src/hdalab.egg-info
+^src/dist
+^src/MANIFEST.in$
+^build/hdalab/dist
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/virtualenv/web/res/base_requirements.txt	Tue Mar 13 16:52:47 2018 +0100
@@ -0,0 +1,42 @@
+Django==1.8.2
+Pillow==2.7.0
+PyYAML==3.11
+SPARQLWrapper==1.6.4
+SQLAlchemy==0.9.9
+Unidecode==0.04.17
+Whoosh==2.6.0
+amqp==1.4.6
+anyjson==0.3.3
+billiard==3.3.0.20
+celery==3.1.18
+cssselect==0.9.1
+cssutils==1.0
+django-appconf==1.0.1
+django-celery-email==1.1.0
+django-envelope==1.0
+django-extensions==1.5.1
+django-haystack==2.4.0
+django-honeypot==0.4.0
+django-registration==1.2
+easy-thumbnails==2.2
+elasticsearch==1.4.0
+html5lib==0.999
+httplib2==0.9
+isodate==0.5.1
+jedi==0.8.1-final0
+kombu==3.0.26
+lxml==3.4.2
+premailer==2.8.3
+psycopg2==2.6
+pycrypto==2.6.1
+pyparsing==2.0.3
+pytz
+rdflib==4.2.0-dev
+requests==2.6.0
+simplejson==3.6.5
+six==1.9.0
+ua-parser==0.3.6
+urllib3==1.10.2
+user-agents==0.3.0
+wikitools==1.2
+wsgiref==0.1.2
--- a/virtualenv/web/res/requirements.txt	Tue Sep 12 18:50:01 2017 +0200
+++ b/virtualenv/web/res/requirements.txt	Tue Mar 13 16:52:47 2018 +0100
@@ -1,45 +1,4 @@
 #-e git+git://github.com/IRI-Research/rdflib.git@96c30f98bbb628e13aaa32c9c392584b0fbf8788#egg=rdflib
 #STATIC_DEPS=true LIBXML2_VERSION=2.9.2 LIBXSLT_VERSION=1.1.28 LIBICONV_VERSION=1.14 pip install --no-index -r requirements.txt
 -f ../../res/src
-Django==1.8.2
-Pillow==2.7.0
-PyYAML==3.11
-SPARQLWrapper==1.6.4
-SQLAlchemy==0.9.9
-Unidecode==0.04.17
-Whoosh==2.6.0
-amqp==1.4.6
-anyjson==0.3.3
-billiard==3.3.0.20
-celery==3.1.18
-cssselect==0.9.1
-cssutils==1.0
-django-appconf==1.0.1
-django-celery-email==1.1.0
-django-envelope==1.0
-django-extensions==1.5.1
-django-haystack==2.4.0
-django-honeypot==0.4.0
-django-registration==1.2
-easy-thumbnails==2.2
-elasticsearch==1.4.0
-html5lib==0.999
-httplib2==0.9
-isodate==0.5.1
-jedi==0.8.1-final0
-kombu==3.0.26
-lxml==3.4.2
-premailer==2.8.3
-psycopg2==2.6
-pycrypto==2.6.1
-pyparsing==2.0.3
-pytz==2015.4
-rdflib==4.2.0-dev
-requests==2.6.0
-simplejson==3.6.5
-six==1.9.0
-ua-parser==0.3.6
-urllib3==1.10.2
-user-agents==0.3.0
-wikitools==1.2
-wsgiref==0.1.2
+-r ./base_requirements.txt