Skip to content

Commit a1b7756

Browse files
committed
chore(python): specify required Python version in requirements.txt
Part of #16
1 parent bda5ed8 commit a1b7756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/python/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
fastapi===0.83.0
1+
fastapi===0.83.0; python_version >= "3.6"
22
uvicorn==0.18.3
33
psycopg2-binary==2.9.3

src/templates/requirements.txt.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
fastapi===0.83.0
1+
fastapi===0.83.0; python_version >= "3.6"
22
uvicorn==0.18.3
33
psycopg2-binary==2.9.3

0 commit comments

Comments
 (0)