forked from truflation/truflation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
46 lines (42 loc) · 933 Bytes
/
setup.cfg
File metadata and controls
46 lines (42 loc) · 933 Bytes
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
[metadata]
name = truflation.data
version = 1.0.0
description = Truflation data framework
authors = Laguna Labs
license = BSD Simplified
readme = README.md
[options]
install_requires =
sqlalchemy >= 2.0.12
sqlalchemy-stubs >= 0.4
pandas >= 2.0.1
overrides >= 7.3.1
tdda >= 1.0.13
feather-format >= 0.4.1
pytest >= 7.3.1
apscheduler >= 3.10.1
pymysql
playwright >= 1.33.0
requests >=2.25.1
PyMySQL >=1.0.2
python-dotenv >=0.21.0
docopt >= 0.6.2
gspread >= 5.9.0
gspread-pandas
openpyxl
truflationdev-telegram_bot@git+https://github.com/truflationdev/telegram_bot.git
xlrd >= 2.0.1
sanic
types-docopt
pyarrow
pandas-stubs
package_dir=
=src
packages=find:
scripts = src/truflation/data/pipeline_coupler.py
src/truflation/data/pipeline_run_direct.py
src/truflation/data/pipeline_run_server.py
[options.packages.find]
where=src
[options.package_data]
truflation.data = py.typed