-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
requirements.txt
51 lines (47 loc) · 1.38 KB
/
requirements.txt
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
alembic==1.13.2
apscheduler==3.10.4
bcrypt==4.2.0
bleach[css]==6.1.0
colander==2.0
dogpile.cache==1.3.3
elasticsearch==2.4.1
elasticsearch_dsl==2.2.0
geoalchemy2==0.4.2
geojson==3.1.0
geomet==1.1.0
kombu==5.4.1
Markdown==3.5.2 # at next update, please remove replace_marker() function in toc extension
phpserialize==1.3.0 # phpserialize is only required during the migration
psycopg2==2.9.9
pyjwt==1.7.1
pymdown-extensions==10.7.1
pyproj==3.6.1
pyramid-jwtauth==0.1.3
pyramid==1.10.8
pyramid_debugtoolbar==4.12.1
pyramid_mailer==0.15.1
pyramid_tm==2.3
python-json-logger==2.0.7
python-slugify==8.0.4
redis==5.0.8
requests==2.32.3
setuptools==74.1.2
Shapely==2.0.6
SQLAlchemy==1.3.24
transaction==4.0
waitress==3.0.0
zope.sqlalchemy==3.1
gunicorn==23.0.0
# ColanderAlchemy>=0.3.2
# needed for ColanderAlchemy: https://github.com/stefanofontanelli/ColanderAlchemy/pull/90
# + #91
git+https://github.com/tsauerwein/ColanderAlchemy.git@c2corg
# Cornice>1.2.1
# needs: https://github.com/mozilla-services/cornice/pull/359
git+https://github.com/tsauerwein/[email protected]
# Discourse API client
https://github.com/c2corg/pydiscourse/archive/ea03a3a.zip
-e .
pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability