Skip to content

Commit

Permalink
Merge f4e57b4 into e7461eb
Browse files Browse the repository at this point in the history
  • Loading branch information
Raph committed May 28, 2019
2 parents e7461eb + f4e57b4 commit 10299b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -46,7 +46,7 @@ Requirements

* Python 2.7+ or Python 3.3+
* Django 1.8+
* tablib (dev or 0.9.11)
* tablib (0.12.1 - 0.13+ not supported)

Example app
-----------
Expand All @@ -68,6 +68,6 @@ As most projects, we try to follow PEP8_ as closely as possible. Please bear
in mind that most pull requests will be rejected without proper unit testing.

.. _`PEP8`: https://www.python.org/dev/peps/pep-0008/
.. _`tablib`: https://github.com/kennethreitz/tablib
.. _`tablib`: https://github.com/kennethreitz/tablib/tree/v0.12.1
.. _`the repository`: https://github.com/django-import-export/django-import-export/
.. _AUTHORS: https://github.com/django-import-export/django-import-export/blob/master/AUTHORS
2 changes: 1 addition & 1 deletion requirements/base.txt
@@ -1,4 +1,4 @@
Django>=1.8
tablib>=0.12
tablib==0.12.1
diff-match-patch
openpyxl>=2.4,<2.5

0 comments on commit 10299b3

Please sign in to comment.