-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
executable file
·33 lines (32 loc) · 895 Bytes
/
pyproject.toml
File metadata and controls
executable file
·33 lines (32 loc) · 895 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
# This isn't currently being used by the pipecontrol docker because nothing is being installed
# Also, this currently creates an empty wheel/egg for reasons likely related to name/pathing resolution
[project]
name = "pipecontrol"
version = "0.1.0" # Not accurate to the history of this application
description = "Website for interactions with our two-photon pipeline."
authors = [
{ name = "Fabian Sinz", email = "sinz@bcm.com" }
]
maintainers = [
{ name = "Cameron Smith", email = "camerons@bcm.edu" },
{ name = "Christos Papadopoulos", email = "cpapadop@bcm.edu"}
]
readme = "README.md"
dependencies = [
"flask",
"flask-bootstrap>=3.3.7.1",
"flask-WTF",
"flask-table",
"flask-sslify",
"graphviz",
"mpld3",
"flask-weasyprint",
"statsmodels",
"seaborn==0.8.1",
"matplotlib==2.0.0",
"python-dotenv",
"cairocffi",
"slacker",
"wtforms_components",
"uWSGI",
]