Skip to content

Commit

Permalink
fix test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
palto42 committed Jun 19, 2021
1 parent 9ab4532 commit 6526cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Nextdoor Scheduler

[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](LICENSE.txt)
[![Build Status](https://api.travis-ci.org/palto42/ndscheduler.svg)](https://travis-ci.org/palto42/ndscheduler)
[![Build Status](https://api.travis-ci.com/palto42/ndscheduler.svg)](https://travis-ci.com/palto42/ndscheduler)

``ndscheduler`` is a flexible python library for building your own cron-like system to schedule jobs, which is to run a tornado process to serve REST APIs and a web ui.

Expand Down
3 changes: 2 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mock==1.1.2
python-ldap >= "3.3.1"
construct>=2.10
python-ldap >= "3.3.1"

0 comments on commit 6526cc5

Please sign in to comment.