diff options
author | Miran <narimiran@disroot.org> | 2020-04-15 17:33:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 17:33:16 +0200 |
commit | 04b6e9cf3e6e1113cb5989a82878e525a7f0891f (patch) | |
tree | 2724d677dccbe0a6946a203b530d246b8039a036 /testament | |
parent | 4764220cfbee11a556dde0b9f53b2f90607297eb (diff) | |
download | Nim-04b6e9cf3e6e1113cb5989a82878e525a7f0891f.tar.gz |
add timezones package to important_packages (#13987)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 7eb94a5c1..257272aa1 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -92,6 +92,7 @@ pkg "strunicode", true, "nim c -r src/strunicode.nim" pkg "telebot", true, "nim c -o:tbot -r src/telebot.nim" pkg "tempdir" pkg "tensordsl", false, "nim c -r tests/tests.nim", "https://krux02@bitbucket.org/krux02/tensordslnim.git" +pkg "timezones" pkg "tiny_sqlite" pkg "unicodedb" pkg "unicodeplus", true |