Skip to content

Commit

Permalink
Pin Django version to < 2.1 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Apr 4, 2020
1 parent 9331fce commit 6aa7706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ def read(fname):
download_url='https://pypi.python.org/pypi/django-pgallery',
license='MIT',
install_requires=[
'Django>=1.11',
'Django>=1.11,<2.1',
'Pillow',
'psycopg2>=2.5',
'django-markitup>=2.0',
'django-markitup>=3.5',
'django-model-utils>=2.0',
],
packages=find_packages(exclude=['tests']),
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ commands=
whitelist_externals=make
passenv=LANG DATABASE_USER DATABASE_PASSWORD

[py36-dj111:coverage]
[py36-dj20:coverage]
commands=
make coverage
deps=
Expand Down

0 comments on commit 6aa7706

Please sign in to comment.