summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2023-04-05 23:23:06 +0300
committerRasmus Andersson <rasmus@notion.se>2023-04-05 23:23:06 +0300
commit903722aab65743748e49b51c3f6e665fa93512ed (patch)
tree31302b49669ad3708b6cca1d09f07f8696018874 /Pipfile
parentbf6776a15ef3b860dca88e49ee2ceacae65ba33c (diff)
downloadinter-903722aab65743748e49b51c3f6e665fa93512ed.tar.xz
tooling: initial conversion from plain python virtualenv to pipenv. #551
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 000000000..948b0515e
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,18 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+ufo2ft = "==2.30.0"
+fontmake = "==3.4.*"
+fontbakery = "==0.8.*"
+skia-pathops = "==0.7.*"
+gftools = "==0.9.*"
+glyphspkg = "==0.1.*"
+brotli = "==1.0.*"
+
+[dev-packages]
+
+[requires]
+python_version = "3.7"