Skip to content

Commit e592ff0

Browse files
committed
fix dependencies
1 parent 127e2f6 commit e592ff0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ classifiers =
1818
License :: OSI Approved :: BSD License
1919
Programming Language :: Python
2020
Programming Language :: Python :: 3
21-
Programming Language :: Python :: 3.5
2221
Programming Language :: Python :: 3.6
22+
Programming Language :: Python :: 3.7
2323
Operating System :: OS Independent
2424
Topic :: Internet :: WWW/HTTP
2525
Topic :: Internet :: WWW/HTTP :: Dynamic Content
@@ -32,7 +32,7 @@ zip_safe = False
3232
platforms = all
3333
include_package_data = True
3434
install_requires =
35-
sidekick ~= 0.4.2
35+
sidekick >= 0.4.2
3636
markupsafe ~= 1.0
3737

3838

@@ -48,7 +48,7 @@ docs =
4848
sphinx_rtd_theme
4949
docutils ~= 0.14
5050
sphinx-autobuild ~= 0.7
51-
full =
51+
extra =
5252
bleach
5353
lxml
5454
Markdown

0 commit comments

Comments
 (0)