python3.10を使用しているのですが、以下のコマンドは成功します。
pip install psutil==5.9.5

しかし、「psutil==5.9.5」とだけ書いたrequirements.txtを用いた以下のコマンドは失敗します。
pip install -r requirements.txt

エラーの内容は以下のとおりです。
なぜこのような違いが発生するのでしょうか…

ERROR: Could not find a version that satisfies the requirement psutil==5.9.5 (from versions: none)
ERROR: No matching distribution found for psutil==5.9.5