Skip to content

Commit 687fbb5

Browse files
committed
update deps
1 parent 6cd24e6 commit 687fbb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyldap>=3.0.0 # here instead of requirements.txt so rtfd can build
2-
Sphinx>=1.5.5
1+
python-ldap==3.2.0 # here instead of requirements.txt so rtfd can build
2+
Sphinx==2.1.2
33

44
-r requirements.txt

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Flask>=0.12.4
2-
mock>=2.0.0 # for ci
1+
Flask==1.1.1
2+
mock==3.0.5 # for ci

0 commit comments

Comments
 (0)