Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalEgn committed Jul 18, 2024
1 parent 41890ca commit f982a3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,17 @@
'flake8-future-import~=0.0,>=0.4.3',
'mock~=2.0,>=2.0.0',
'pytest-cov~=2.0,>=2.5.1',
'pytest~=4.0,>=4.6.0; python_version <= "2.7"',
'pytest~=8.0,>=8.2.2; python_version >= "3"',
'unicode-string-literal~=1.0,>=1.1; python_version <= "2.7"',
'deepdiff'
]

extras_require = {
'docs': docs_require,
'tests': tests_require,
'tests:python_version=="2.7"': [
'unicode-string-literal~=1.0,>=1.1',
'pytest~=4.0,>=4.6.0',
],
}

extras_require['all'] = []
Expand Down

0 comments on commit f982a3b

Please sign in to comment.