diff options
| author | Nate Prewitt <Nate.Prewitt@gmail.com> | 2018-05-15 23:06:43 -0700 |
|---|---|---|
| committer | Nate Prewitt <Nate.Prewitt@gmail.com> | 2018-05-15 23:06:43 -0700 |
| commit | 9055b33f6f534cceb182fb323c9b68e753a5b612 (patch) | |
| tree | 6f802670c80184145c4d82af92231fff91ed450a /Pipfile | |
| parent | 9616f82905f86173477fdb3bf24f2f7228eed3a0 (diff) | |
| download | python-requests-appveyor_test.tar.gz | |
install Requests separately on appveyor to fix buildsappveyor_test
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,24 +1,24 @@ [[source]] url = "https://pypi.org/simple/" verify_ssl = true +name = "pypi" [dev-packages] - pytest = ">=2.8.0" codecov = "*" -"pytest-httpbin" = "==0.0.7" -"pytest-mock" = "*" -"pytest-cov" = "*" -"pytest-xdist" = "*" +pytest-httpbin = ">=0.0.7" +pytest-mock = "*" +pytest-cov = "*" +pytest-xdist = "*" alabaster = "*" -"readme-renderer" = "*" +readme-renderer = "*" sphinx = "<=1.5.5" pysocks = "*" docutils = "*" "flake8" = "*" tox = "*" detox = "*" -httpbin = "==0.5.0" +httpbin = ">=0.7.0" [packages] -"e1839a8" = {path = ".", editable = true, extras=["socks"]}
\ No newline at end of file +"e1839a8" = {path = ".", editable = true, extras = ["socks"]} |
