-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (39 loc) · 1.25 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
[metadata]
name = assemblit
description = Assemblit is helping data analysts and scientists rapidly scale notebooks into analytics-as-a-service (AaaS) web-applications.
long_description = file: README.md
long_description_content_type = text/markdown
author = Tom Eleff
url = https://assemblit.org
project_urls =
Issues = https://github.com/thomaseleff/assemblit/issues
Releases = https://github.com/thomaseleff/assemblit/releases
classifiers =
Development Status :: 4 - Beta
Topic :: Database :: Front-Ends
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
packages = find:
include_package_data = True
python_requires = >=3.8.0
install_requires =
streamlit==1.37.0
prefect==2.16.6
regex==2023.10.3
argon2-cffi==23.1.0
email-validator==2.1.0.post1
pandas>=2.0.3
pandera==0.20.3
plotly==5.23.0
python-dotenv==1.0.0
pytensils==1.2.0
pyyaml==6.0.1
[options.entry_points]
console_scripts =
assemblit = assemblit._app.cli.assemblit:main
orchestrator = assemblit._orchestrator.cli.orchestrator:main