[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
black = {extras = ["jupyter"],version = "==23.7.0"} # required by papermill
descartes = "*"
flowclient = {editable = true,path = "./../flowclient"}
geopandas = "*"
get-secret-or-env-var = "*"
ipykernel = "*"
marshmallow = ">=3.0.0"
matplotlib = "*"
networkx = "*"
nteract-scrapbook = "*"
pandas = "*"
papermill = ">=1.2.1"
pendulum = "*"
distributed = "*"
prefect = "<2.0"
psycopg2-binary = "*"
pyyaml = ">=6.0.1"
sh = "*"
sqlalchemy = "<2.0.0"
nbconvert = "*"
nbformat = "*"

[dev-packages]
ipywidgets = "*"
jupyterlab = "*"
distributed = "*" # Pinned because prefect is pinned
prefect = {version="*", extras = ["viz"]}
pytest = "*"
pytest-cov = "*"
sqlalchemy-utils = "*"
testing-postgresql = "*"

[requires]
python_version = "3.8.5"
