forked from c2corg/v6_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
48 lines (44 loc) · 1.07 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
alembic==1.6.5
apscheduler==3.7.0
bcrypt==3.2.0
bleach==3.3.0
colander==1.8.3
dogpile.cache==1.1.3
elasticsearch==2.4.1
elasticsearch_dsl==2.2.0
geoalchemy2==0.4.2
geojson==2.5.0
geomet==0.3.0
kombu==5.1.0
Markdown==3.1.1
phpserialize==1.3.0 # phpserialize is only required during the migration
psycopg2==2.8.6
pyjwt==1.7.1
pymdown-extensions==6.2.1
pyproj==3.1.0
pyramid-jwtauth==0.1.3
pyramid==1.10.8
pyramid_debugtoolbar==4.9
pyramid_mailer==0.15.1
pyramid_tm==2.3
python-json-logger==2.0.1
python-slugify==5.0.2
redis==3.5.3
requests==2.25.1
setuptools==57.0.0
Shapely==1.7.1
SQLAlchemy==1.3.24
transaction==3.0.1
waitress==2.0.0
zope.sqlalchemy==1.4
gunicorn==20.1.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 .