forgot to add regex to requirements :(

This commit is contained in:
thomwolf
2019-02-18 11:54:51 +01:00
parent ab7f5d2943
commit e0855e8929
3 changed files with 7 additions and 4 deletions

View File

@@ -5,4 +5,6 @@ tqdm
# Accessing files from S3 directly.
boto3
# Used for downloading models over HTTP
requests
requests
# For OpenAI GPT
regex