-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
40 lines (36 loc) · 796 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pandas = "*"
psycopg2-binary = "*"
pyodbc = "*"
pymysql = "*"
streamlit = "*"
typer = "*"
tqdm = "*"
termcolor = "*"
# mariadb = "==1.0.11" # MariaDB Connector/Python `sudo apt install libmariadb3 libmariadb-dev -y` https://mariadb.com/docs/server/connect/programming-languages/python/install/
snowflake-connector-python = "*"
aeda = {editable = true, path = "."}
pipfile = "*"
hdbcli = "*"
tabulate = "*"
[dev-packages]
black = "*"
pytest = "*"
isort = "*"
pre-commit = "*"
sphinx-rtd-theme = "*"
recommonmark = "*"
nbsphinx = "*"
rst-to-myst = {extras = ["sphinx"], version = "*"}
pipfile = "*"
pylint = "*"
mypy = "*"
ipykernel = "*"
[requires]
python_version = "3.10"
[pipenv]
allow_prereleases = true