forked from rochacbruno-archive/quokka_ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flit.ini
49 lines (48 loc) · 1.42 KB
/
flit.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[metadata]
module = quokka
author = Bruno Rocha
author-email = [email protected]
home-page = https://github.com/rochacbruno/quokka
requires = flask
import_string
flask_admin
wtforms_components
pymongo (==2.4.1)
tinymongo
tinydb_serialization
manage
dynaconf
quokka_flask_htmlbuilder
awesome_slugify
flask_babelex
mistune
flask_simplelogin
frozen_flask
pillow
pyrss2gen
requests
pygments
dev-requires = pytest
ipython
ipdb
flask_debugtoolbar
pytest_flask
codecov
pytest-cov
flake8
autopep8
isort
description-file = README.md
requires-python = >=3.6
keywords = cms content management flask static site blog
classifiers = Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Software Development :: Libraries :: Python Modules
[scripts]
quokka = quokka.cli:main