forked from psf/requests
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
24 lines (21 loc) · 423 Bytes
/
Pipfile
File metadata and controls
24 lines (21 loc) · 423 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[dev-packages]
pytest = ">=2.8.0"
codecov = "*"
"pytest-httpbin" = "==0.0.7"
"pytest-mock" = "*"
"pytest-cov" = "*"
"pytest-xdist" = "*"
alabaster = "*"
"readme-renderer" = "*"
sphinx = "<=1.5.5"
pysocks = "*"
docutils = "*"
"flake8" = "*"
tox = "*"
detox = "*"
httpbin = "==0.5.0"
[packages]
"e1839a8" = {path = ".", editable = true, extras=["socks"]}