Commit graph

5 commits

Author SHA1 Message Date
Andreas Schjønhaug
b33620ce9f Added install requirements and packages=[]
In version 61 of setuptools, there is a [breaking change](https://setuptools.pypa.io/en/latest/history.html#v61-0-0) that introduced auto discovery for packages if no `packages` or `py_modules` is explicitly specified.

To make the command `pip install --editable .` work, I had to add `packages=[],` and list all the packages used under `install_requirements`.
2022-07-19 08:34:18 -04:00
avirgovi
24313e22b2 lodash bumped to "4.17.21"; moment bumped to "2.29.3"; bump aiohttp-jinja2 and ckcc versions; fix import 2022-05-25 12:24:01 +02:00
Peter D. Gray
df3110da43
Update licence terms 2020-12-04 08:33:46 -05:00
Peter D. Gray
9c7cae8203
Rename without dash 2020-02-19 08:52:08 -05:00
nvk
4c4a1da09b make public 2020-02-14 10:42:15 -05:00