From c072afc2965b2e434755ce77fd313fa239287f99 Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Fri, 29 Apr 2022 11:49:42 +0100 Subject: [PATCH] requirements.txt get from dev branch not typescript now its merged --- {{cookiecutter.project_shortname}}/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_shortname}}/requirements.txt b/{{cookiecutter.project_shortname}}/requirements.txt index 6355505..9deb953 100644 --- a/{{cookiecutter.project_shortname}}/requirements.txt +++ b/{{cookiecutter.project_shortname}}/requirements.txt @@ -1,3 +1,3 @@ -git+https://github.com/plotly/dash.git@typescript-component-generator#egg=dash[dev] +git+https://github.com/plotly/dash@dev#egg=dash[dev] wheel build