diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-06-03 10:57:04 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-06-03 10:57:04 -0700 |
commit | 038b3a318440798df8ff8498454dbd251c571ff6 (patch) | |
tree | 92ab994602d6c83f5bb193cb1cc1e199801ec088 /extra/dblp/Pipfile | |
parent | 02f19fb116f3948f9741a981ff1aea21ef9cbe67 (diff) | |
download | fatcat-038b3a318440798df8ff8498454dbd251c571ff6.tar.gz fatcat-038b3a318440798df8ff8498454dbd251c571ff6.zip |
update dblp pre-import notes and pipenv python version (3.8)
Diffstat (limited to 'extra/dblp/Pipfile')
-rw-r--r-- | extra/dblp/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/dblp/Pipfile b/extra/dblp/Pipfile index a191e76f..dbf86ac0 100644 --- a/extra/dblp/Pipfile +++ b/extra/dblp/Pipfile @@ -9,4 +9,4 @@ selectolax = "*" [dev-packages] [requires] -python_version = "3.7" +python_version = "3.8" |