Skip to content

Commit

Permalink
attempt to preserve 3.7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Jul 31, 2023
1 parent 1d0aae2 commit 520c026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fastapi==0.79.0
numpy==1.18.0;python_version<"3.8"
numpy==1.23.0;python_version>="3.8"
typing_extensions;python_version<"3.8"
typing_compat;python_version<"3.8" # required for get_args()
pyzmq==24.0.1
dnspython==2.2.1
uvicorn==0.18.3
Expand Down

0 comments on commit 520c026

Please sign in to comment.