Athanasius
|
4edb1e7e21
|
setup.py: Comment about schemas only being for code, not website
|
2021-06-14 15:01:07 +01:00 |
|
Athanasius
|
f033b3621b
|
setup.py: Pin versions of install_requires packages
Yes, I know that:
<https://packaging.python.org/discussions/install-requires-vs-requirements/>
says not to do this in install_requires. But there's at least the issue
of pyzmq's later versions just not working with python 2.7.
These are the versions we *know* work currently.
|
2021-06-14 14:53:54 +01:00 |
|
Athanasius
|
d185618d57
|
setup.py: Update author and URL
edcd@miggy.org is a placeholder, can be tweaked by Athanasius to
anything required.
|
2021-06-14 14:43:24 +01:00 |
|
Athanasius
|
1d871557eb
|
requirements: add strict_rfc3339
|
2021-05-16 12:41:23 +01:00 |
|
AnthorNet
|
5b74875630
|
Migrate SQLLite to MySQL
|
2018-10-23 09:58:21 +02:00 |
|
AnthorNet
|
2f72fe84fe
|
Moved _Core/_Conf to core/conf and some UTF8 fixes
|
2015-06-05 16:08:32 +02:00 |
|
AnthorNet
|
c8e21abea5
|
Added monitor first draft
|
2015-05-04 13:29:10 +02:00 |
|
AnthorNet
|
e25ac62154
|
Moved _version to _Conf/Version.py
|
2015-05-04 13:23:23 +02:00 |
|
AnthorNet
|
915aee107c
|
Fix missing schemas in setup
|
2015-05-04 12:57:40 +02:00 |
|
James Muscat
|
beb003ba2e
|
We have a dependency on argparse now.
|
2015-04-15 00:44:18 +01:00 |
|
James Muscat
|
43ff4cda3a
|
Move version number out of init file to its own file (consistent with
other projects).
|
2015-04-14 13:58:33 +01:00 |
|
James Muscat
|
95e83333d7
|
Add a StatsCollector to the Relay too.
|
2015-04-13 18:00:24 +01:00 |
|
James Muscat
|
1c72ff0e76
|
Also generate relay script.
|
2015-04-04 00:37:18 +01:00 |
|
James Muscat
|
608ff49723
|
Build an egg, and create an eddn-gateway script.
Currently can only be run from a directory where ../schemas exists
and is populated...
|
2015-04-04 00:31:17 +01:00 |
|