Skip to content

Commit

Permalink
Replace HTTP client on TestClient from requests to httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored and Marcelo Trylesinski committed Dec 17, 2021
1 parent 58a104e commit 0eebb70
Show file tree
Hide file tree
Showing 8 changed files with 264 additions and 297 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,7 +4,7 @@
import os
import re

from setuptools import setup, find_packages
from setuptools import find_packages, setup


def get_version(package):
Expand Down Expand Up @@ -48,7 +48,7 @@ def get_long_description():
"jinja2",
"python-multipart",
"pyyaml",
"requests",
"httpx>=0.20.0"
]
},
classifiers=[
Expand Down

0 comments on commit 0eebb70

Please sign in to comment.