Skip to content

Commit

Permalink
Tight up dependencies and force pluggy 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NyanKiyoshi committed May 7, 2019
1 parent e225a23 commit adf8734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from os.path import isfile
from setuptools import setup

REQUIREMENTS = ['pytest', 'django']
REQUIREMENTS = [
'pluggy==0.11.0', 'pytest', 'django>=1.0,<3.0']
TEST_REQUIREMENTS = []


Expand Down

0 comments on commit adf8734

Please sign in to comment.