parent
60714ba0fb
commit
cca36ae869
3 changed files with 110 additions and 12 deletions
@ -1,46 +1,68 @@ |
|||||||
Django==1.9.7 |
|
||||||
Momoko==2.2.3 |
|
||||||
Pillow==3.2.0 |
|
||||||
PyJWT==1.4.0 |
|
||||||
Werkzeug==0.11.10 |
|
||||||
backports-abc==0.4 |
backports-abc==0.4 |
||||||
|
beautifulsoup4==4.5.1 |
||||||
defusedxml==0.4.1 |
defusedxml==0.4.1 |
||||||
|
diff-match-patch==20121119 |
||||||
|
Django==1.9.7 |
||||||
|
django-activeurl==0.1.9 |
||||||
django-appconf==1.0.2 |
django-appconf==1.0.2 |
||||||
|
django-classy-tags==0.7.2 |
||||||
django-compress==1.0.1 |
django-compress==1.0.1 |
||||||
django-compressor==2.0 |
django-compressor==2.0 |
||||||
django-debug-toolbar==1.4 |
django-debug-toolbar==1.4 |
||||||
django-environ==0.4.0 |
django-environ==0.4.0 |
||||||
django-extensions==1.6.7 |
django-extensions==1.6.7 |
||||||
django-filter==0.13.0 |
django-filter==0.13.0 |
||||||
|
django-fluent-pages==1.0.1 |
||||||
|
django-fluent-utils==1.3 |
||||||
django-guardian==1.4.4 |
django-guardian==1.4.4 |
||||||
|
django-hitcount==1.2.2 |
||||||
|
django-import-export==0.4.5 |
||||||
|
django-mathfilters==0.4.0 |
||||||
|
django-modelcluster==2.0 |
||||||
django-mptt==0.8.4 |
django-mptt==0.8.4 |
||||||
|
django-parler==1.6.5 |
||||||
django-password-reset==0.9 |
django-password-reset==0.9 |
||||||
|
django-polymorphic==0.9.2 |
||||||
|
django-polymorphic-tree==1.2.5 |
||||||
django-registration-redux==1.4 |
django-registration-redux==1.4 |
||||||
|
django-slug-preview==1.0.1 |
||||||
|
django-tag-parser==3.0 |
||||||
|
django-taggit==0.18.3 |
||||||
|
django-tinymce==2.3.0 |
||||||
django-treebeard==4.0.1 |
django-treebeard==4.0.1 |
||||||
|
django-wysiwyg==0.8.0 |
||||||
djangorestframework==3.3.3 |
djangorestframework==3.3.3 |
||||||
djangorestframework-filters==0.8.0 |
djangorestframework-filters==0.8.0 |
||||||
fake-factory==0.5.7 |
fake-factory==0.5.7 |
||||||
|
future==0.15.2 |
||||||
|
gunicorn==19.6.0 |
||||||
|
html5lib==0.999999 |
||||||
jsonschema==2.5.1 |
jsonschema==2.5.1 |
||||||
|
lxml==3.6.4 |
||||||
|
Momoko==2.2.3 |
||||||
|
natsort==5.0.1 |
||||||
oauthlib==1.1.2 |
oauthlib==1.1.2 |
||||||
|
Pillow==3.2.0 |
||||||
psycopg2==2.6.1 |
psycopg2==2.6.1 |
||||||
pydash==3.4.3 |
pydash==3.4.3 |
||||||
|
PyJWT==1.4.0 |
||||||
python-dateutil==2.5.3 |
python-dateutil==2.5.3 |
||||||
python-social-auth==0.2.19 |
python-social-auth==0.2.19 |
||||||
python3-openid==3.0.10 |
python3-openid==3.0.10 |
||||||
|
pytz==2016.6.1 |
||||||
rcssmin==1.0.6 |
rcssmin==1.0.6 |
||||||
redis==2.10.5 |
redis==2.10.5 |
||||||
requests==2.10.0 |
requests==2.10.0 |
||||||
requests-oauthlib==0.6.1 |
requests-oauthlib==0.6.1 |
||||||
|
rest-framework-generic-relations==1.1.0 |
||||||
rjsmin==1.0.12 |
rjsmin==1.0.12 |
||||||
six==1.10.0 |
six==1.10.0 |
||||||
sorl-thumbnail==12.3 |
sorl-thumbnail==12.3 |
||||||
sqlparse==0.1.19 |
sqlparse==0.1.19 |
||||||
|
tablib==0.11.2 |
||||||
tornado==4.3 |
tornado==4.3 |
||||||
natsort |
tqdm==4.8.4 |
||||||
django-mathfilters |
Unidecode==0.4.19 |
||||||
gunicorn==19.6.0 |
|
||||||
rest-framework-generic-relations |
|
||||||
django-hitcount |
|
||||||
django-activeurl==0.1.9 |
|
||||||
wagtail==1.6 |
wagtail==1.6 |
||||||
django-import-export==0.4.5 |
Werkzeug==0.11.10 |
||||||
|
Willow==0.3.1 |
||||||
@ -0,0 +1,68 @@ |
|||||||
|
backports-abc==0.4 |
||||||
|
beautifulsoup4==4.5.1 |
||||||
|
defusedxml==0.4.1 |
||||||
|
diff-match-patch==20121119 |
||||||
|
Django==1.9.7 |
||||||
|
django-activeurl==0.1.9 |
||||||
|
django-appconf==1.0.2 |
||||||
|
django-classy-tags==0.7.2 |
||||||
|
django-compress==1.0.1 |
||||||
|
django-compressor==2.0 |
||||||
|
django-debug-toolbar==1.4 |
||||||
|
django-environ==0.4.0 |
||||||
|
django-extensions==1.6.7 |
||||||
|
django-filter==0.13.0 |
||||||
|
django-fluent-pages==1.0.1 |
||||||
|
django-fluent-utils==1.3 |
||||||
|
django-guardian==1.4.4 |
||||||
|
django-hitcount==1.2.2 |
||||||
|
django-import-export==0.4.5 |
||||||
|
django-mathfilters==0.4.0 |
||||||
|
django-modelcluster==2.0 |
||||||
|
django-mptt==0.8.4 |
||||||
|
django-parler==1.6.5 |
||||||
|
django-password-reset==0.9 |
||||||
|
django-polymorphic==0.9.2 |
||||||
|
django-polymorphic-tree==1.2.5 |
||||||
|
django-registration-redux==1.4 |
||||||
|
django-slug-preview==1.0.1 |
||||||
|
django-tag-parser==3.0 |
||||||
|
django-taggit==0.18.3 |
||||||
|
django-tinymce==2.3.0 |
||||||
|
django-treebeard==4.0.1 |
||||||
|
django-wysiwyg==0.8.0 |
||||||
|
djangorestframework==3.3.3 |
||||||
|
djangorestframework-filters==0.8.0 |
||||||
|
fake-factory==0.5.7 |
||||||
|
future==0.15.2 |
||||||
|
gunicorn==19.6.0 |
||||||
|
html5lib==0.999999 |
||||||
|
jsonschema==2.5.1 |
||||||
|
lxml==3.6.4 |
||||||
|
Momoko==2.2.3 |
||||||
|
natsort==5.0.1 |
||||||
|
oauthlib==1.1.2 |
||||||
|
Pillow==3.2.0 |
||||||
|
psycopg2==2.6.1 |
||||||
|
pydash==3.4.3 |
||||||
|
PyJWT==1.4.0 |
||||||
|
python-dateutil==2.5.3 |
||||||
|
python-social-auth==0.2.19 |
||||||
|
python3-openid==3.0.10 |
||||||
|
pytz==2016.6.1 |
||||||
|
rcssmin==1.0.6 |
||||||
|
redis==2.10.5 |
||||||
|
requests==2.10.0 |
||||||
|
requests-oauthlib==0.6.1 |
||||||
|
rest-framework-generic-relations==1.1.0 |
||||||
|
rjsmin==1.0.12 |
||||||
|
six==1.10.0 |
||||||
|
sorl-thumbnail==12.3 |
||||||
|
sqlparse==0.1.19 |
||||||
|
tablib==0.11.2 |
||||||
|
tornado==4.3 |
||||||
|
tqdm==4.8.4 |
||||||
|
Unidecode==0.4.19 |
||||||
|
wagtail==1.6 |
||||||
|
Werkzeug==0.11.10 |
||||||
|
Willow==0.3.1 |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
User-agent: Yandex |
||||||
|
Allow: /$ |
||||||
|
Disallow: / |
||||||
|
|
||||||
|
Host: proekton.com |
||||||
|
User-agent: * |
||||||
|
Allow: /$ |
||||||
|
Disallow: / |
||||||
Loading…
Reference in new issue