from arm7

This commit is contained in:
rene 2019-07-12 11:38:02 +02:00
parent 0d954e96a0
commit fc79f7348c
3 changed files with 30 additions and 2 deletions

View File

@ -2,7 +2,6 @@ name: listserv
channels:
- defaults
dependencies:
- ca-certificates=2019.5.15=0
- openssl=1.0.2s=h1de35cc_0
- pip=9.0.1=py34_1
- python=3.4.5=0

27
conda_env_arm7.yml Normal file
View File

@ -0,0 +1,27 @@
name: listserv
dependencies:
- openssl=1.0.1k=1
- pip=7.1.2=py34_0
- python=3.4.3=1
- setuptools=18.1=py34_0
- sqlite=3.8.4.1=1
- wheel=0.24.0=py34_0
- xz=5.0.5=0
- zlib=1.2.8=0
- pip:
- click==7.0
- dateparser==0.7.1
- flask==1.1.1
- gunicorn==19.9.0
- itsdangerous==1.1.0
- jinja2==2.10.1
- markupsafe==1.1.1
- mysql-connector-python==8.0.16
- protobuf==3.8.0
- python-dateutil==2.8.0
- pytz==2019.1
- regex==2019.6.8
- six==1.12.0
- tzlocal==1.5.1
- werkzeug==0.15.4

4
www-serve Normal file → Executable file
View File

@ -1 +1,3 @@
gunicorn -w 1 --bind 0.0.0.0:5555 www-serve:app
#!/bin/bash
source activate listserv
gunicorn -w 1 --bind 0.0.0.0:5555 www-serve:app