forked from aspuru-guzik-group/molar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
58 lines (54 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
46
47
48
49
50
51
52
53
54
55
56
57
58
[metadata]
name = molar
version = attr: molar.__version__
description = "A database to store chemical data"
long_description = file: README.md
long_description_content_type = text/markdown
author = "Theophile Gaudin", "Ian Benlolo", "Zheng Yu Cui"
author_email = "[email protected]"
url = https://github.com/aspuru-guzik-group/molar
license = MIT
keywords = chemistry, molecule, synthesis, database, postgres, rest, api
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
packages = find:
include_package_data = True
install_requires =
Click >= 7.0
rich >= 10.1.0
numpy >= 1.20.1
pandas >= 1.2.3
python-jose[cryptography] >= 3.2.0
[options.package_data]
molar = sql/*.sql, docker/*.yml, migrations/*.mako, migrations/*.py, migrations/versions/*.py
molar.backend = email-templates/src/*.mjml, email-templates/build/*.html
[options.extras_require]
tests =
pytest
backend =
alembic >= 1.6.3
docker-compose >= 1.29.2
emails >= 0.6
pydantic[email] >= 1.8.2
python-multipart >= 0.0.5
pytz >= 2019.3
psycopg2-binary >= 2.8.6
passlib >= 1.7.4
SQLAlchemy >= 1.4.15
bcrypt >= 3.2.0
fastapi >= 0.63.0
uvicorn >= 0.13.4
python-on-whales >= 0.19.1
python-dotenv >= 0.17.1
jinja2 >= 3.0.1
docs =
sphinx ~= 3.0
nbsphinx >= 0.8.6
furo >= 2021.4.11b34
sphinx_copybutton >= 0.3.3
[options.entry_points]
console_scripts =
molarcli = molar.cli:cli