Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ classifiers =

[options]
python_requires = >=3.6
packages = pyapp_ext.boto3
packages = pyapp_ext.boto3==1.10.34
test_suite = tests
setup_requires =
pytest-runner
pytest-runner==5.2
setuptools >=38.3
install_requires =
pyapp >=4.0b4
boto3
boto3==1.10.34
tests_require =
mock
pytest
Expand All @@ -46,8 +46,8 @@ pyapp.extensions =

[options.extras_require]
dev =
docutils
black
docutils==0.15.2
black==19.10b0

[aliases]
test = pytest
Expand Down