Move typing-extensions to dev-packages

This commit is contained in:
brandonlenz 2023-06-01 14:12:53 -04:00
parent 3dd89c2ebb
commit 4046b08ee3
No known key found for this signature in database
GPG key ID: FC8818009789E370
3 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,6 @@ requests = "*"
django-fsm = "*" django-fsm = "*"
django-phonenumber-field = {extras = ["phonenumberslite"], version = "*"} django-phonenumber-field = {extras = ["phonenumberslite"], version = "*"}
boto3 = "*" boto3 = "*"
typing-extensions ='*'
[dev-packages] [dev-packages]
django-debug-toolbar = "*" django-debug-toolbar = "*"
@ -39,3 +38,4 @@ types-cachetools = "*"
boto3-mocking = "*" boto3-mocking = "*"
boto3-stubs = "*" boto3-stubs = "*"
django-model2puml = "*" django-model2puml = "*"
typing-extensions ='*'

6
src/Pipfile.lock generated
View file

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

View file

@ -45,6 +45,6 @@ s3transfer==0.6.1 ; python_version >= '3.7'
setuptools==67.8.0 ; 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' 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' sqlparse==0.4.4 ; python_version >= '3.5'
typing-extensions==4.6.2 typing-extensions==4.6.2 ; python_version < '3.11'
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' 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 whitenoise==6.4.0