forked from streamlit/streamlit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
54 lines (52 loc) · 1.21 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
mypy = "==0.761"
mypy-protobuf = ">=1.17"
parameterized = "*"
pipenv = "*"
pytest = "*"
pytest-cov = "*"
requests-mock = "*"
# Hardcode setuptools - issue opened https://github.com/pypa/setuptools/issues/2366
setuptools = "<=49.6.0"
testfixtures = "*"
twine = "*"
wheel = "*"
# Doc builder packages:
Sphinx = "==3.0.3"
recommonmark = "*"
sphinx-markdown-tables = "*"
sphinx-rtd-theme = "*"
# IMPORTANT: If you need to add a package just for testing, please add it to
# test-requirements.txt instead.
[packages]
# IMPORTANT: We should try very hard *not* to add dependencies to Streamlit.
# And if you do add one, make the required version as general as possible.
altair = ">=3.2.0"
astor = "*"
base58 = "*"
blinker = "*"
boto3 = "*"
botocore = ">=1.13.44"
cachetools = ">=4.0"
click = ">=7.0"
enum-compat = "*"
numpy = "*"
packaging = "*"
pandas = ">=0.21.0"
pillow = ">=6.2.0"
protobuf = ">=3.6.0"
pyarrow = "*"
pydeck = ">=0.1.dev5"
python-dateutil = "*"
requests = "*"
toml = "*"
# 5.0 has a fix for etag header: https://github.com/tornadoweb/tornado/issues/2262
tornado = ">=5.0"
tzlocal = "*"
validators = "*"
watchdog = "*"