Skip to content

Commit adb5d8f

Browse files
committed
Add black to Pipfile and setup.py
Also: - Update Pipenv instructions in app-dev.md. Pipenv users should use sync to install from lockfile - Alphabatize `install_requires` entries in setup.py
1 parent 5fbfb77 commit adb5d8f

File tree

4 files changed

+260
-179
lines changed

4 files changed

+260
-179
lines changed

Pipfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7+
black = "==19.10b0"
8+
pytest = "*"
79

810
[packages]
911
streamlit = "*"
1012
pandas = "*"
1113
numpy = "*"
12-
pytest = "*"
1314
altair = "*"
1415
dash = "*"
1516
dash-bootstrap-components = "*"
@@ -18,3 +19,6 @@ PyYAML = "*"
1819

1920
[requires]
2021
python_version = "3.7"
22+
23+
[pipenv]
24+
allow_prereleases = true

0 commit comments

Comments
 (0)