Skip to content

Commit

Permalink
Add sorl-thumbnail to docs requirements and fix docs/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
solarissmoke committed May 26, 2019
1 parent 6fa2834 commit 7957a3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-e .[docs,tests]
-e .[docs]
-r ../requirements.txt
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,17 @@
'django-widget-tweaks>=1.4.1',
]

sorl_thumbnail_version = 'sorl-thumbnail>=12.4.1,<12.5'
easy_thumbnails_version = 'easy-thumbnails==2.5'

docs_requires = [
'Sphinx==2.0.1',
'sphinxcontrib-napoleon==0.7',
'sphinx_rtd_theme==0.4.3',
'sphinx-issues==1.2.0',
sorl_thumbnail_version,
]

sorl_thumbnail_version = 'sorl-thumbnail>=12.4.1,<12.5'
easy_thumbnails_version = 'easy-thumbnails==2.5'

test_requires = [
'WebTest>=2.0,<2.1',
'coverage>=4.5,<4.6',
Expand Down

0 comments on commit 7957a3d

Please sign in to comment.