From 8c2394a5e0ae73c5d534bed30e339ab5004d11e1 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 17 Dec 2020 13:55:57 -0800 Subject: dblp: script and notes on container metadata generation --- extra/dblp/Pipfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 extra/dblp/Pipfile (limited to 'extra/dblp/Pipfile') diff --git a/extra/dblp/Pipfile b/extra/dblp/Pipfile new file mode 100644 index 00000000..b9ba84f6 --- /dev/null +++ b/extra/dblp/Pipfile @@ -0,0 +1,11 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] + +[dev-packages] + +[requires] +python_version = "3.7" -- cgit v1.2.3