Skip to content

Commit 3ff6b1f

Browse files
author
Dan Scott
committed
Add a Pipfile for easier pipenv support
Because pipenv is the bomb! Also because we need a specific version of WikidataIntegrator, before they changed the wdi_property_store structure. Signed-off-by: Dan Scott <dscott@laurentian.ca>
1 parent 5ee450c commit 3ff6b1f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Pipfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
wikidataintegrator = "==0.0.498"
8+
pywikibot = "*"
9+
pandas = "*"
10+
11+
[dev-packages]
12+
13+
[requires]
14+
python_version = "3.7"

0 commit comments

Comments
 (0)