test: add typing-extensions

This commit is contained in:
Aditya 2020-08-16 17:04:40 +05:30
parent d97cf973dd
commit f9f008e935
3 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@ dist: xenial
branches:
only:
- master
- http2 # Remove once merged into master
- http2 # ToDo: Remove once merged into master
- /^\d\.\d+$/
- /^\d\.\d+\.\d+(rc\d+|\.dev\d+)?$/
matrix:

View File

@ -33,6 +33,7 @@ install_requires = [
'protego>=0.1.15',
'itemadapter>=0.1.0',
'h2>=3.2.0',
'typing-extensions>=3.7',
]
extras_require = {}

View File

@ -12,6 +12,7 @@ deps =
-ctests/constraints.txt
-rtests/requirements-py3.txt
# Extras
Twisted[http2]>=17.9.0
boto3>=1.13.0
botocore>=1.3.23
Pillow>=3.4.2
@ -64,6 +65,7 @@ deps =
-ctests/constraints.txt
cryptography==2.0
cssselect==0.9.1
h2==3.2.0
itemadapter==0.1.0
parsel==1.5.0
Protego==0.1.15
@ -72,12 +74,12 @@ deps =
queuelib==1.4.2
service_identity==16.0.0
Twisted[http2]==17.9.0
typing-extensions==3.7
w3lib==1.17.0
zope.interface==4.1.3
-rtests/requirements-py3.txt
# Extras
botocore==1.3.23
h2==3.2.0
google-cloud-storage==1.29.0
Pillow==3.4.2