forked from kennethreitz/requests3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
32 lines (29 loc) · 618 Bytes
/
Pipfile
File metadata and controls
32 lines (29 loc) · 618 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
25
26
27
28
29
30
31
32
[[source]]
url = "https://pypi.org/simple/"
verify_ssl = true
name = "pypi"
[packages]
requests = {path = ".",editable = true,extras = ["socks"]}
codecov = "*"
pytest-httpbin = "==1.0.0"
pytest-mock = "*"
pytest-cov = "*"
pytest-xdist = "<=1.25"
alabaster = "*"
readme-renderer = "*"
sphinx = "<=1.5.5"
pysocks = "*"
docutils = "*"
"flake8" = "*"
tox = "*"
detox = "*"
httpbin = ">=0.7.0"
pytest = "*"
pytest-mypy = "*"
"rfc3986" = "*"
http3 = {git = "https://github.com/encode/http3.git"}
[dev-packages]
requests = {path = ".",editable = true,extras = ["test,socks"]}
black = "*"
[pipenv]
allow_prereleases = true