-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
53 lines (48 loc) · 1.24 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
52
53
[metadata]
name = indra_network_search
version = 1.0.0
description = INDRA Network Search
long_description = file: README.md
long_description_content_type = text/markdown
author = Klas Karis
author_email = [email protected]
url = https://github.com/indralab/indra_network_search
download_url = https://github.com/indralab/indra_network_search/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.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
indra_db @ git+https://github.com/indralab/indra_db.git
fastapi<0.100.0
pydantic!=1.8,!=1.8.1,<2.0.0,>=1.7.4
networkx
boto3
requests
flask
numpy
pandas
pytrie
pybel
kappy
paths-graph
pygraphviz<=1.7
fnvhash
autodoc_pydantic
zip_safe = false
include_package_data = True
python_requires = >=3.7
# Where is my code
packages = find:
[options.extras_require]
tests =
nose