-
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.
This makes our binary 56KB in size. Yay for small binaries!
- Loading branch information
Showing
3 changed files
with
5 additions
and
10 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
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. |
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