-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathsetup.cfg
45 lines (44 loc) · 1.45 KB
/
setup.cfg
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
[metadata]
name = contextualise
version = attr: contextualise.version.__version__
author = Brett Alistair Kromkamp
author_email = [email protected]
description = Contextualise is an effective tool particularly suited for organising information-heavy projects and activities consisting of unstructured and widely diverse data and information resources
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/brettkromkamp/contextualise
project_urls =
Bug Tracker = https://github.com/brettkromkamp/contextualise/issues
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Framework :: Flask
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Topic :: Education
[options]
zip_safe = False
include_package_data = True
python_requires = >=3.10
install_requires =
argon2_cffi>=23.1.0
bcrypt>=4.2.0
Flask>=3.0.3
Flask-Mail>=0.10.0
Flask-Security-Too>=5.5.2
Flask-SQLAlchemy>=3.1.1
Flask-WTF>=1.2.1
gunicorn>=23.0.0
maya>=0.6.1
mistune>=3.0.2
Pygments>=2.18.0
python-slugify>=8.0.4
SQLAlchemy>=2.0.34
topic-db>=2.0.5
Werkzeug>=3.0.4