Skip to content

Commit e6afc37

Browse files
committed
new pipfile with new syntax
Signed-off-by: Kenneth Reitz <[email protected]>
1 parent 0eb9a4c commit e6afc37

File tree

2 files changed

+24
-30
lines changed

2 files changed

+24
-30
lines changed

Pipfile

+9-10
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,19 @@ verify_ssl = true
66

77
pytest = ">=2.8.0"
88
codecov = "*"
9-
pytest-httpbin = "==0.0.7"
10-
pytest-mock = "*"
11-
pytest-cov = "*"
12-
pytest-xdist = "*"
9+
"pytest-httpbin" = "==0.0.7"
10+
"pytest-mock" = "*"
11+
"pytest-cov" = "*"
12+
"pytest-xdist" = "*"
1313
alabaster = "*"
14-
readme_renderer = "*"
15-
Sphinx = "<=1.5.5"
16-
PySocks = "*"
14+
"readme-renderer" = "*"
15+
sphinx = "<=1.5.5"
16+
pysocks = "*"
1717
docutils = "*"
18-
flake8 = "*"
18+
"flake8" = "*"
1919
tox = "*"
2020
detox = "*"
2121
httpbin = "==0.5.0"
2222

2323
[packages]
24-
25-
"-e ." = {extras = ["socks"]}
24+
"e1839a8" = {path = ".", editable = true, extras=["socks"]}

Pipfile.lock

+15-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)