diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-17 13:55:57 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-17 23:03:08 -0800 |
commit | 8c2394a5e0ae73c5d534bed30e339ab5004d11e1 (patch) | |
tree | 8e3f1564529abb5f3a3fd5890f1e222d787b581f /extra/dblp/Pipfile | |
parent | 9451b3063c2d446748db74027c40c13ee69c24fb (diff) | |
download | fatcat-8c2394a5e0ae73c5d534bed30e339ab5004d11e1.tar.gz fatcat-8c2394a5e0ae73c5d534bed30e339ab5004d11e1.zip |
dblp: script and notes on container metadata generation
Diffstat (limited to 'extra/dblp/Pipfile')
-rw-r--r-- | extra/dblp/Pipfile | 11 |
1 files changed, 11 insertions, 0 deletions
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" |