aboutsummaryrefslogtreecommitdiffstats
path: root/extraction/Pipfile
blob: b43ed5cd670971affde82063a14941ca449d0d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[[source]]
name = "ia"
url = "https://devpi.archive.org/wb/prod"
verify_ssl = true

[[source]]
name = "pypi"
url = "https://pypi.python.org/simple"
verify_ssl = true

[dev-packages]
ipython = "*"

[packages]
pytest = "*"
mrjob = "*"
requests = "*"
wayback = {version=">=0.2.1.2", index="ia"}
globalwayback = {version=">=0.3", index="ia"}
pytest-pythonpath = "*"
happybase = "*"
happybase-mock = "*"
xmltodict = "*"
responses = "*"

[requires]
python_version = "3.5"