# ================================
# RSYSLOG : CAUTION :
# REQUIRES rsyslog configured to flush out "local1" to /tmp/logalacon.txt
#
# FROM /etc/rsyslog.conf
# # Update this =>
# $FileCreateMode 0644
#
# # Log à la con
# local1.*          /tmp/logalacon.txt
# & ~
# #
# # Include all config files in /etc/rsyslog.d/
# #
# $IncludeConfig /etc/rsyslog.d/*.conf
#
# ================================
# REQUIRE DANTED socks5 proxy
# REQUIRE TUNED os
# REQUIRE TUNED tcp stack
# REQUIRE Tests certificate to be added to ca roots
# ================================
# PYPI :
# python setup.py register
# python setup.py sdist upload


greenlet >= 0.4.0
gevent == 1.1.1
PySocks

# Redis-py
# We do not require "hiredis" (compilation failed)
redis

# Json
ujson
