diff --git a/Pipfile b/Pipfile index fac0bc7..1040253 100644 --- a/Pipfile +++ b/Pipfile @@ -20,3 +20,6 @@ sqlalchemy-rqlite = {git = "https://github.com/rqlite/sqlalchemy-rqlite.git"} wand = "*" [dev-packages] + +[scripts] +dev = "python run.py"