about summary refs log tree commit diff
path: root/dropcalc/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'dropcalc/Pipfile')
-rw-r--r--dropcalc/Pipfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/dropcalc/Pipfile b/dropcalc/Pipfile
new file mode 100644
index 0000000..99eb835
--- /dev/null
+++ b/dropcalc/Pipfile
@@ -0,0 +1,12 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+sqlalchemy = "*"
+
+[dev-packages]
+
+[requires]
+python_version = "3.11"