-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from walles/johan/fix-ci-2
Make CI pass again
- Loading branch information
Showing
8 changed files
with
80 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,5 @@ | |
# NOTE: If you change something here, you must update make-executable-zip.sh as | ||
# well, search for "requirements.txt"! | ||
|
||
# NOTE: We don't use six ourselves, but python-dateutil does. Do remove once | ||
# we're on a Python-3-only python-dateutil! | ||
six | ||
|
||
# 2.6.1 is what we started out using, older is probably fine | ||
# as well but I don't know *how* old. If anybody wants older, | ||
# let me know and we'll see. /[email protected] 2019mar11 | ||
python-dateutil >= 2.6.1 | ||
# NOTE: This file intentionally left blank because we don't have any third-party | ||
# runtime dependencies. |
Oops, something went wrong.