-
Notifications
You must be signed in to change notification settings - Fork 10
/
environment.yml
64 lines (64 loc) · 1016 Bytes
/
environment.yml
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
name: pyramid-phoenix
channels:
- conda-forge
dependencies:
- pip
- python=3.6
- setuptools=41
- curl
- pyopenssl
- cryptography
- icu
# buildout
- dataclasses=0.8
# tests
- pytest
- flake8
- pycodestyle
# phoenix
- nginx
- supervisor=4
- gunicorn=19
- requests-oauthlib
- gevent
- lxml
- mako
- dateparser
- python-dateutil
- requests
- pyyaml
- pygments
- pytz
- owslib>=0.19
- transaction
- genshi=0.7
- pyjwt
# pyramid
- pyramid>=1.10,<2.0
- beaker
#- pyramid-beaker
#- pyramid-mako
- colander
# celery
- celery=3.1
- kombu=3.0
# mongodb
- pymongo=3
- mongodb>=3.4
- pip:
#- pyramid
- pyramid-beaker
#- Beaker
- pyramid-deform
- deform
- pyramid-chameleon
- pyramid-mako
- pyramid-layout
- pyramid-celery==3.0.0
- pyramid-storage
- pyramid-rpc
# - colander
- Authomatic==0.1.0.post1
- python-openid2==3.0
- WebHelpers2
- WebHelpers2_grid