-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpyproject.toml
86 lines (83 loc) · 2.48 KB
/
pyproject.toml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[tool.black]
line-length = 110
target-version = ['py38']
[tool.poetry]
name = 'c2cgeoportal'
version = '0.0.0'
description = 'Not used'
authors = []
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
alembic = "1.9.4" # geoportal
"c2c.template" = "2.3.0" # geoportal
c2cgeoform = "2.1.27" # commons
colander = "2.0" # commons, admin
ColanderAlchemy = "0.3.4" # commons
cookiecutter = "2.1.1" # geoportal
deform = "2.0.15" # commons, admin
defusedxml = "0.7.1" # geoportal
"dogpile.cache" = "1.1.8" # geoportal
Fiona = "1.9.6" # geoportal raster
GeoAlchemy2 = "0.13.3" # commons, geoportal
geojson = "3.0.1" # geoportal
getitfixed = "1.0.29" # geoportal
isodate = "0.6.1" # geoportal
Mako = "1.2.4" # geoportal
OWSLib = "0.28.1" # geoportal
papyrus = "2.5" # commons, geoportal
passwordgenerator = "1.5.1" # geoportal
psycopg2 = "2.9.9" # geoportal
pycryptodome = "3.19.1" # geoportal
pyproj = "3.4.1" # admin, other?
pyotp = "2.8.0" # geoportal
pyramid = "2.0.2" # geoportal
pyramid_debugtoolbar = "4.10" # geoportal
pyramid-jinja2 = "2.10.1" # admin
pyramid_mako = "1.1.0" # geoportal
pyramid_multiauth = "1.0.2" # geoportal
pyramid_tm = "2.5" # geoportal
python-dateutil = "2.8.2" # geoportal
PyYAML = "6.0.1" # geoportal
rasterio = "1.3.10" # geoportal raster
requests = "2.32.3" # geoportal
redis = "4.4.4" # geoportal cache
Shapely = "2.0.4" # geoportal
SQLAlchemy = "1.4.52"
transaction = "3.0.1" # commons, geoportal
translationstring = "1.4" # admin
"zope.event" = "4.6" # commons, geoportal
c2cwsgiutils = { version = "5.1.7", extras = ["broadcast", "standard"] }
oauthlib = "3.2.2"
tilecloud = "1.9.3" # geoportal
azure-storage-blob = "12.14.1"
basicauth = "1.0.0"
prospector = { extras = ["with_mypy", "with_bandit"], version = "1.8.4" }
# pylint = "2.15.5"
setuptools = "67.1.0"
pygments = "2.15.1"
cryptography = "42.0.8"
gitpython = "3.1.43"
pillow = "10.3.0"
urllib3 = "1.26.18"
bandit = "1.7.8"
idna = "3.7"
gunicorn = "22.0.0"
[tool.poetry.dev-dependencies]
Babel = "2.11.0" # i18n
beautifulsoup4 = "4.11.2" # admin tests
Jinja2 = "3.1.4" # c2c.template
lingua = "4.15.0" # i18n
PasteScript = "3.3.0" # geoportal pcreate
polib = "1.1.1" # i18n
pykwalify = "1.8.0" # Validate config
pytest = "7.2.2" # tests
WebTest = "3.0.0" # admin tests
types-pytz = "2022.7.1.2"
types-pyyaml = "6.0.12.12"
types-python-dateutil = "2.8.19.20240311"
types-requests = "2.28.11.17"
types-pkg-resources = "0.1.3"
mappyfile = "0.9.7"
c2cciutils = { version = "1.4.16", extras = ["checks"] }
mapbox-vector-tile = "2.0.1"
responses = "0.22.0"