-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
51 lines (46 loc) · 1.26 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
46
47
48
49
50
51
[metadata]
name = indra_world
version = 1.1.0
description = INDRA knowledge assembly generalized to socio-economic systems
long_description = file: README.md
long_description_content_type = text/markdown
author = Benjamin M. Gyori
author_email = [email protected]
url = https://github.com/indralab/indra_world
download_url = https://github.com/indralab/indra_world/releases
license_file = LICENSE
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
[options]
install_requires =
indra @ git+https://github.com/sorgerlab/indra.git
pyyaml
openpyxl
flask < 2.0
flask_wtf
flask_bootstrap
flask_restx < 0.4
gunicorn
sqlalchemy < 2
packages = indra_world
include_package_data = True
python_requires = >=3.6
[options.extras_require]
tests =
nose
coverage
eidos_offline =
cython
pyjnius==1.1.4
[options.entry_points]
console_scripts =
indra_world = indra_world.cli:main