We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b24d77 commit e0a161dCopy full SHA for e0a161d
2 files changed
.travis.yml
@@ -6,6 +6,7 @@ python:
6
- "3.6"
7
- "3.7"
8
- "3.8"
9
+ - "3.9"
10
11
env:
12
- SKIP_IPV6_TESTS=true
requirements-dev.txt
@@ -2,11 +2,9 @@ flake8>=3.6.0
2
psutil>=5.4.8
3
pytest>=5.4.0
4
pytest-asyncio>=0.11.0
5
-trio>=0.16.0
-pytest-trio>=0.6.0
-coverage==4.5.4
-pytest-cov>=2.6.0
-coveralls>=1.5.1
+coverage>=5.2.1
+pytest-cov>=3.0.0
+coveralls>=3.3.0
attrs>=19.3.0
yarl>=1.4.2
flask>=1.1.2
0 commit comments