forked from IGVF-DACC/snovault
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
104 lines (100 loc) · 2.89 KB
/
setup.cfg
File metadata and controls
104 lines (100 loc) · 2.89 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[metadata]
name = snovault
version = attr: snovault.__version__
description = Snovault Hybrid Object Relational Database Framework
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/PanKbase-DB/snovault
project_urls =
Bug Tracker = https://github.com/PanKbase-DB/snovault/issues
[options]
package_dir =
= src
packages = find:
zip_safe = False
include_package_data = True
python_requires = >=3.8
install_requires =
antlr4-python3-runtime==4.9.3
Pillow==7.0.0
SQLAlchemy==1.3.13
WebOb==1.8.6
WebTest==2.0.35
bcrypt==3.1.7
boto3==1.26.27
botocore==1.29.27
opensearch-py==2.3.0
opensearch-dsl==2.1.0
future==0.18.2
jsonschema[format]==4.4.0
lucenequery==0.1
passlib==1.7.2
psutil==5.6.7
psycopg2==2.9.6
pyramid-localroles@git+https://github.com/PanKbase-DB/pyramid_localroles@v2.0.0
pyramid-multiauth==0.9.0
pyramid-tm==2.4
pyramid==2.0.1
pyramid_retry==2.1.1
python-magic==0.4.15
pytz==2019.3
rdflib-jsonld==0.6.0
rdflib==4.2.2
redis==3.5.3
requests==2.27.1
simplejson==3.17.0
snovault-index@git+https://github.com/PanKbase-DB/snovault-index.git@v4.0.0
snovault-search@git+https://github.com/PanKbase-DB/snovault-search.git@v6.0.0
transaction==3.0.0
venusian==3.0.0
zope.interface==5.3.0
zope.sqlalchemy==1.2
sample-helper-aws-appconfig@git+https://github.com/PanKbase-DB/sample-python-helper-aws-appconfig@main
[options.extras_require]
test =
pytest==7.4.0
pytest-bdd==3.2.1
pytest-mock==2.0.0
selenium==3.141.0
splinter==0.17.0
pytest-splinter==2.0.1
pytest-exact-fixtures@git+https://github.com/PanKbase-DB/pytest_exact_fixtures.git@v2.0.0
pytest-timeout==1.3.4
pytest-instafail==0.4.2
pytest-mock==2.0.0
pytest-cov==2.8.1
coveralls==3.3.1
snowflakes =
PasteDeploy==2.1.0
WSGIProxy2==0.4.6
humanfriendly==6.1
pyramid-translogger==0.1
repoze.debug==1.1
rfc3987==1.3.8
rutter==1.0
subprocess_middleware==0.3
waitress==1.4.3
xlrd==1.2.0
zc.buildout==2.13.2
dev =
snovault[test]
snovault[snowflakes]
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
batchupgrade = snovault.batchupgrade:main
create-mapping = snovault.elasticsearch.create_mapping:main
manage-mappings = snovault.elasticsearch.manage_mappings:main
dev-servers = snovault.dev_servers:main
es-index-listener = snovault.elasticsearch.es_index_listener:main
load-development = snovault.commands.load_development:main
generate-mappings = snovault.commands.generate_mappings:main
paste.app_factory =
main = snowflakes:main
snowflakes = snowflakes:main
paste.composite_factory =
indexer = snovault.elasticsearch.es_index_listener:composite
paste.filter_app_factory =
memlimit = snowflakes.memlimit:filter_app