Distributed self-replicating programs in Python
Go to file
Alex Willmer 9fbcb67665 Update pytz to 2018.05 (needed by babel 2.6.0)
On Ubuntu 18.04 (others not tested) installing the dev requirements
fails with the following error

babel 2.6.0 has requirement pytz>=0a, but you'll have pytz 2012d which
is incompatible.

Despite the comment in dev_requirements.txt pytz-2012d is not the most
recent version to support Python 2.6. In fact the latest release of pytz
supports Python 2.6.
2018-09-30 21:34:25 +01:00
.github Add GitHub issue template. 2018-07-26 19:14:56 -07:00
.travis tests: rationalize matrix and rewrite ansible_tests 2018-08-18 16:43:59 +01:00
ansible_mitogen Kubernetes connection support for mitogen. 2018-09-19 16:52:20 +02:00
docs ansible: fix put_file() for large temporary files. 2018-09-10 19:09:37 +01:00
examples examples: fix mitogen-fuse on 2.x. 2018-07-12 20:16:44 +01:00
mitogen Merge pull request #376 from Yannig/kubectl 2018-09-19 19:39:10 +01:00
tests Update pytz to 2018.05 (needed by babel 2.6.0) 2018-09-30 21:34:25 +01:00
.gitignore docs: fix intensely annoying _prefix, 2 years later. 2018-04-06 16:50:36 +01:00
.lgtm.yml compat: ignore LGTM checks on third party 2018-03-19 21:58:31 +05:45
.travis.yml Correct DISTROS variable name for ansible_tests. 2018-08-19 23:04:40 +01:00
LICENSE Add license text everywhere. 2018-03-19 21:58:28 +05:45
README.md commented out travis badge 2018-07-21 13:15:30 -04:00
dev_requirements.txt Update pytz to 2018.05 (needed by babel 2.6.0) 2018-09-30 21:34:25 +01:00
preamble_size.py add --dump to preamble_size.py. 2018-08-18 16:44:00 +01:00
run_tests Record ulimit -a in run_test output. 2018-07-07 14:55:47 +01:00
setup.cfg Ignore another annoying flake8 message. 2018-05-28 02:33:47 +01:00
setup.py Update trove classifiers. 2018-07-07 14:55:47 +01:00
tox.ini Fix invocation of test runner by tox 2018-06-18 19:43:50 +01:00

README.md