diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-05-27 20:53:24 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-04 18:49:51 +0100 |
commit | 6a4971f482424f2c9eadb639f3bb70e3b90295a9 (patch) | |
tree | f828f8d9651aca033ea2f338c878e6833bef5909 /setup.py | |
parent | dca46788c72232763bd383cbfc279b8553311b64 (diff) | |
download | Ishtar-6a4971f482424f2c9eadb639f3bb70e3b90295a9.tar.bz2 Ishtar-6a4971f482424f2c9eadb639f3bb70e3b90295a9.zip |
Fix dependency removed by mistake
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ setup( license='AGPL v3 licence, see COPYING', packages=[ 'bootstrap_datepicker', + 'ooopy', 'overload_translation', 'archaeological_finds', 'archaeological_warehouse', 'archaeological_files_pdl', |