Не удается установить Pillow для развертывания веб-приложения Django на AWS beanstalk

Я пытаюсь развернуть приложение django на beanstalk и получаю некоторые ошибки, связанные с python и requirements.txt, и я не могу понять, что делать, Любая помощь будет оценена по достоинству.

Вот ошибки, которые я получаю: (журналы находятся в pastebin ниже)

ERROR

Instance: i-0e7826c4558b1d21a] Command failed on instance. Return code: 1 Output: (TRUNCATED)...) File "/usr/lib64/python2.7/subprocess.py", line 190, in check_call raise CalledProcessError(retcode, cmd) CalledProcessError: Command '/opt/python/run/venv/bin/pip install -r /opt/python/ondeck/app/requirements.txt' returned non-zero exit status 1. Hook /opt/elasticbeanstalk/hooks/appdeploy/pre/03deploy.py failed. For more detail, check /var/log/eb-activity.log using console or EB CLI.
2022-04-28 15:13:52 UTC+0000

ERROR

Your requirements.txt is invalid. Snapshot your logs for details.

logs: https://pastebin.com/g1uZLqur

вот мои требования.txt

Django==2.2.6
django-environ==0.4.5
pytz==2019.3
sqlparse==0.3.0
django-paypal==1.0.0
https://github.com/darklow/django-suit/tarball/v2
git+https://github.com/nn3un/reportlab-mirror#egg=reportlab
boto3==1.4.4
django-storages==1.8
psycopg2
django-guardian
bokeh==1.4.0
django-ses==2.0.0
mock
Вернуться на верх