There was an error while loading. Please reload this page.
1 parent 127e2f6 commit e592ff0Copy full SHA for e592ff0
setup.cfg
@@ -18,8 +18,8 @@ classifiers =
18
License :: OSI Approved :: BSD License
19
Programming Language :: Python
20
Programming Language :: Python :: 3
21
- Programming Language :: Python :: 3.5
22
Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
23
Operating System :: OS Independent
24
Topic :: Internet :: WWW/HTTP
25
Topic :: Internet :: WWW/HTTP :: Dynamic Content
@@ -32,7 +32,7 @@ zip_safe = False
32
platforms = all
33
include_package_data = True
34
install_requires =
35
- sidekick ~= 0.4.2
+ sidekick >= 0.4.2
36
markupsafe ~= 1.0
37
38
@@ -48,7 +48,7 @@ docs =
48
sphinx_rtd_theme
49
docutils ~= 0.14
50
sphinx-autobuild ~= 0.7
51
-full =
+extra =
52
bleach
53
lxml
54
Markdown
0 commit comments