File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ mypy==0.950
88gunicorn == 22.0.0
99lockfile == 0.12.2
1010Mastodon.py == 1.5.1
11- meteofrance-api == 1.0.2
11+ meteofrance-api == 1.3.0 ; python_version != '3.7'
12+ meteofrance-api == 1.2.0 ; python_version == '3.7'
1213mpg123 == 0.4
1314psycopg2-binary == 2.9.3
1415pytest == 7.0.1
@@ -55,8 +56,7 @@ ndef==0.2
5556
5657# Indirect frozen dependencies
5758mypy_extensions == 0.4.3
58- # Latest typing_extensions compatible with latest meteofrance-api
59- typing_extensions == 3.10.0.2
59+ typing_extensions == 4.7.1
6060pathspec == 0.9.0
6161toml == 0.10.2
6262appdirs == 1.4.4
@@ -65,8 +65,8 @@ typed_ast==1.5.2
6565click == 8.1.2
6666pytz == 2021.3
6767asgiref == 3.5.0
68- sqlparse == 0.4.4 ; python_version == '3.7'
6968sqlparse == 0.5.0 ; python_version != '3.7'
69+ sqlparse == 0.4.4 ; python_version == '3.7'
7070# Latest importlib_metadata compatible with latest flake8
7171importlib_metadata == 4.2.0
7272mccabe == 0.6.1
You can’t perform that action at this time.
0 commit comments