From 33d233f5dfa5bec50cc3e8d3017e0949af14f485 Mon Sep 17 00:00:00 2001 From: mhchia Date: Thu, 1 Aug 2019 13:31:02 +0800 Subject: [PATCH] Add missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33db868..b24d0cf 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ classifiers = [f"Programming Language :: Python :: {version}" for version in ["3 extras_require = { "test": [ "codecov>=2.0.15,<3.0.0", - "factory-boy>=2.12.0,<3.0.0" + "factory-boy>=2.12.0,<3.0.0", "pytest>=4.6.3,<5.0.0", "pytest-cov>=2.7.1,<3.0.0", "pytest-asyncio>=0.10.0,<1.0.0",