diff --git a/setup.py b/setup.py
index 695e9cf0f70db498480ff8956d97c9a567eba9e7..57df6075816a2071fe1e85e618a001b6527e9b0d 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ REQUIREMENTS = [
     'tensorboard==2.1.0',
     'torch==1.5.0',
     'torchvision==0.6.0',
-    'tqdm==4.43.0'
+    'tqdm==4.43.0',
     'transformers==2.9.1',
 ]