1
0
mirror of https://github.com/httpie/cli.git synced 2025-07-15 01:34:27 +02:00

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

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',