Update setup.py

This commit is contained in:
Jakub Roztocil 2021-10-02 16:50:39 +02:00 committed by GitHub
parent 4ef31ecf71
commit 7388401134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ from setuptools import setup, find_packages
import httpie
# Note: keep requirements here to ease distributions packaging
tests_require = [
'pytest',