We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9311c5 + 6370150 commit 87ade5cCopy full SHA for 87ade5c
.travis.yml
@@ -1,6 +1,8 @@
1
language: python
2
python:
3
- "3.6"
4
+services:
5
+ - "docker"
6
7
install:
8
- "pip install -r requirements.txt"
@@ -11,3 +13,4 @@ install:
11
13
- "npm install"
12
14
script:
15
- "gulp production"
16
+ - "docker build -t conditional ."
requirements.txt
@@ -2,7 +2,7 @@ alembic~=0.9.8
astroid~=2.2.5
blinker~=1.4
click~=6.7
-csh-ldap~=2.2
+git+git://github.com/mxmeinhold/csh_ldap@c441add834405761758bea981fd5286f2abcaf93#egg=csh_ldap
Flask~=1.1.0
Flask-Migrate~=2.1.1
Flask-Gzip~=0.2
@@ -17,7 +17,7 @@ Mako~=1.0.7
17
MarkupSafe~=1.0
18
mccabe~=0.6.1
19
oic~=0.11.0
20
-psycopg2~=2.7.4
+psycopg2~=2.8.5
21
pyldap~=2.4.45
22
pylint~=2.3.1
23
python-dateutil~=2.6.1
0 commit comments