Install typing-extensions explicitly?

This commit is contained in:
brandonlenz 2023-06-01 13:31:13 -04:00
parent 24f952ecb1
commit 3dd89c2ebb
No known key found for this signature in database
GPG key ID: FC8818009789E370
3 changed files with 5 additions and 4 deletions

View file

@ -23,6 +23,7 @@ requests = "*"
django-fsm = "*"
django-phonenumber-field = {extras = ["phonenumberslite"], version = "*"}
boto3 = "*"
typing-extensions ='*'
[dev-packages]
django-debug-toolbar = "*"

6
src/Pipfile.lock generated
View file

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "b6c1a957da6c715c734906059a81da21cb0eb4c4ab04f204eb58a48ddb8f7234"
"sha256": "6a6f3722d88e1f0059e38f23c104708d7922d41b42be1f17287cd4d84dcf9b05"
},
"pipfile-spec": 6,
"requires": {},
@ -707,7 +707,7 @@
"sha256:06006244c70ac8ee83fa8282cb188f697b8db25bc8b4df07be1873c43897060c",
"sha256:3a8b36f13dd5fdc5d1b16fe317f5668545de77fa0b8e02006381fd49d731ab98"
],
"markers": "python_version < '3.11'",
"index": "pypi",
"version": "==4.6.2"
},
"urllib3": {
@ -1222,7 +1222,7 @@
"sha256:06006244c70ac8ee83fa8282cb188f697b8db25bc8b4df07be1873c43897060c",
"sha256:3a8b36f13dd5fdc5d1b16fe317f5668545de77fa0b8e02006381fd49d731ab98"
],
"markers": "python_version < '3.11'",
"index": "pypi",
"version": "==4.6.2"
},
"urllib3": {

View file

@ -45,6 +45,6 @@ s3transfer==0.6.1 ; python_version >= '3.7'
setuptools==67.8.0 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.4 ; python_version >= '3.5'
typing-extensions==4.6.2 ; python_version < '3.11'
typing-extensions==4.6.2
urllib3==1.26.16 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
whitenoise==6.4.0