blob: ef03ba14535c48cfb1e9d2ff5458eec1255a30ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# This is a constraint file forcing the minimum allowed version to be
# installed.
#
# https://pip.pypa.io/en/stable/user_guide/#constraints-files
# From install_requires
backports.zoneinfo == 0.2.0
typing-extensions == 4.1.0
# From the 'test' extra
mypy == 0.981
pproxy == 2.7.0
pytest == 6.2.5
pytest-asyncio == 0.17.0
pytest-cov == 3.0.0
pytest-randomly == 3.10.0
# From the 'dev' extra
black == 22.3.0
dnspython == 2.1.0
flake8 == 4.0.0
mypy == 0.981
types-setuptools == 57.4.0
wheel == 0.37
# From the 'docs' extra
Sphinx == 4.2.0
furo == 2021.11.23
sphinx-autobuild == 2021.3.14
sphinx-autodoc-typehints == 1.12.0
dnspython == 2.1.0
shapely == 1.7.0
|