Skip to content

Commit

Permalink
does it need to be in both??
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomkow committed Aug 8, 2024
1 parent e54378b commit 8baca38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
'gunicorn==20.1.0',
'werkzeug==2.0.0',
],
'buildtest27_library': [
'hatchling==0.25.1', # includes 2.7 support, but not 3.6 :/ CI will fail for 3.6
'pytest==4.6.11',
'pytest-cov==2.12.1',
],
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 8baca38

Please sign in to comment.