Skip to content

Commit

Permalink
clean up the requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Feb 25, 2017
1 parent 82e04d8 commit a235323
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 69 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
-r common_test_requirements.txt
-r style_checkers.txt
#-r test.txt
#-r style_checkers.txt

alabaster==0.7.6
Babel==2.1.1
decorator==4.0.4
docopt==0.4.0
docutils==0.12
ipdb==0.8.1
ipython==4.0.0
ipython-genutils==0.1.0
Jinja2==2.8
mailchimp==2.0.9
MarkupSafe==0.23
Expand Down
Empty file.
3 changes: 3 additions & 0 deletions examples/requirements/debug.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ipdb==0.8.1
ipython==4.0.0
ipython-genutils==0.1.0
10 changes: 3 additions & 7 deletions examples/requirements/django_1_10.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
-r common_python2.txt
-r common.txt
-r test.txt
-r style_checkers.txt

Django>=1.10,<1.11
django-admin-tools>=0.8.0
#django-autoslug==1.9.3
django-debug-toolbar==1.5
#django-formtools==1.0
#django-nine>=0.1.10
#django-nonefield==0.1
django-registration-redux>=1.4
#easy-thumbnails==2.3
#vishap>=0.1.5
sqlparse==0.2.2
6 changes: 4 additions & 2 deletions examples/requirements/django_1_11.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
-r common_python2.txt
-r common.txt
-r test.txt
-r style_checkers.txt

Django==1.11a1
Django==1.11b1
django-admin-tools>=0.8.0
django-debug-toolbar==1.5
django-registration-redux>=1.4
Expand Down
11 changes: 4 additions & 7 deletions examples/requirements/django_1_5.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
-r common_python2.txt
-r common.txt
-r test.txt
-r style_checkers.txt

Django>=1.5,<1.6
South>=0.8.2
django-admin-tools==0.5.2
#django-autoslug>=1.7.1
django-debug-toolbar>=0.11.0
django-localeurl>=2.0.2
#django-nine>=0.1.10
#django-nonefield>=0.1
#django-localeurl>=2.0.2
django-registration-redux==1.2
#easy-thumbnails==2.3
#vishap>=0.1.5
sqlparse==0.1.9
11 changes: 4 additions & 7 deletions examples/requirements/django_1_6.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
-r common_python2.txt
-r common.txt
-r test.txt
-r style_checkers.txt

Django>=1.6,<1.7
South>=0.8.2
django-admin-tools==0.5.2
#django-autoslug>=1.7.1
django-debug-toolbar>=0.11.0
django-localeurl>=2.0.2
#django-nine>=0.1.10
#django-nonefield>=0.1
#django-localeurl>=2.0.2
django-registration-redux==1.2
#easy-thumbnails==2.3
#vishap>=0.1.5
sqlparse==0.1.9
11 changes: 4 additions & 7 deletions examples/requirements/django_1_7.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
-r common_python2.txt
-r common.txt
-r test.txt
-r style_checkers.txt

Django>=1.7,<1.8
django-admin-tools>=0.6.0
#django-autoslug==1.7.1
django-debug-toolbar==0.11.0
django-localeurl>=2.0.2
#django-nine>=0.1.10
#django-nonefield>=0.1
#django-localeurl>=2.0.2
django-registration-redux==1.3
#easy-thumbnails==2.3
#vishap>=0.1.5
sqlparse==0.1.9
12 changes: 4 additions & 8 deletions examples/requirements/django_1_8.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
-r common_python2.txt
-r common.txt
-r test.txt
-r style_checkers.txt

Django>=1.8,<1.9
django-admin-tools>=0.6.0
#django-autoslug==1.7.1
django-debug-toolbar==0.11.0
django-formtools
#django-localeurl>=2.0.2
#django-nine>=0.1.10
#django-nonefield>=0.1
django-registration-redux>=1.4
#easy-thumbnails==2.3
#vishap>=0.1.5
sqlparse==0.1.9
sqlparse==0.1.9
4 changes: 3 additions & 1 deletion examples/requirements/django_1_9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-r common_python2.txt
-r common.txt
-r test.txt
-r style_checkers.txt

Django>=1.9,<1.10
django-admin-tools>=0.7.1
Expand Down
19 changes: 2 additions & 17 deletions examples/requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
-r common_python2.txt
-r common.txt
-r django_1_10.txt

Django==1.10.1
django-fobi
#Jinja2
#MarkupSafe
#MySQL-python
#mailchimp
#Sphinx
django-admin-tools>=0.8.0
django-debug-toolbar>=1.5
django-registration-redux>=1.4
#docutils
#ipdb
#ipython
#ordereddict>=1.1
# Selenium shall always be upgraded
#selenium
#tox
rst2pdf
reportlab==3.3.0
2 changes: 1 addition & 1 deletion examples/requirements/latest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r common_python2.txt
-r common.txt

Django
django-admin-tools>=0.7.1
Expand Down
Empty file removed examples/requirements/python_3.txt
Empty file.
File renamed without changes.
3 changes: 3 additions & 0 deletions examples/requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r django_1_10.txt
-r test.txt
-r style_checkers.txt
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@

try:
readme = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
readme = readme.replace('.. code-block:: none', '.. code-block::')
screenshots = open(
os.path.join(os.path.dirname(__file__), 'SCREENSHOTS.rst')
).read()
Expand All @@ -86,10 +85,6 @@
'.. figure:: https://github.com/barseghyanartur/django-fobi/raw/'
'master/docs/_static'
)
screenshots = screenshots.replace(
'.. code-block:: none',
'.. code-block::'
)
except:
readme = ''
screenshots = ''
Expand Down Expand Up @@ -346,8 +341,8 @@
setup(
name='django-fobi',
version=version,
description=("Form generator/builder application for Django done right: "
"customisable, modular, user- and developer- friendly."),
description="Form generator/builder application for Django done right: "
"customisable, modular, user- and developer- friendly.",
long_description="{0}{1}".format(readme, screenshots),
classifiers=[
# "Programming Language :: Python :: 2.6",
Expand Down

0 comments on commit a235323

Please sign in to comment.