diff options
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 0fba486..ee02223 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Django==1.11.28;python_version < '3.0' # Uncomment the mysqlclient requirement if you are using MySQL rather than # PostgreSQL. You must also have a MySQL client installed in that case. #mysqlclient==1.4.1 -wheel==0.35.1 +wheel==0.38.1 gunicorn==20.0.4; python_version > '3.0' gunicorn==19.10.0; python_version < '3.0' # psycopg2==2.8.4 # uncomment if you prefer to build from source |