Почему git push heroku master выдает ошибку в каждой библиотеке?
У меня есть следующее содержание в файле requirements.txt
-ip==21.0
aioredis==1.3.1
bs4==0.0.1
django-binary-database-files==1.0.10
django-cors-headers==3.7.0
django-templated-email==2.4.0
djangochannelsrestframework==0.3.0
djoser==2.1.0
msgpack==1.0.2
mysqlclient==2.0.3
pandas==1.3.4
pillow==8.3.1
pip-chill==1.0.1
ply==3.11
psycopg2==2.8.6
psycopg2-binary==2.8.6
pylint-django==2.4.2
pyopenssl==21.0.0
service-identity==21.1.0
sklearn==0.0
waitress==2.0.0
whitenoise==5.3.0
но всякий раз, когда я использую git push heroku master
это дает ту же ошибку в каждой библиотеке
remote: ERROR: Could not find a version that satisfies the requirement aioredis==1.3.1 (from versions: none)
remote: ERROR: No matching distribution found for aioredis==1.3.1
Я пробовал удалить aioredis==1.3.1 из requirements.txt, тогда он выдает ошибку на следующем и так далее.
в чем именно проблема? и как я могу ее решить?