Add files via upload

This commit is contained in:
Harold Finch
2023-04-10 07:18:32 +02:00
committed by GitHub
parent 06ddbf431f
commit 65875d8fef
100 changed files with 84692 additions and 42 deletions

32
requirements.txt Normal file
View File

@@ -0,0 +1,32 @@
# The core Python 3 micro web framework: https://webpy.org/
web.py>=0.61
# HTML template engine.
Jinja2>=2.2.0
# LDAP driver.
python-ldap>=3.3.1
# MySQL/MariaDB driver.
PyMySQL>=0.9.3
# PostgreSQL driver.
psycopg2
requests>=2.10.0
# DNS queries.
dnspython
# Get info of network interfaces.
netifaces
# bcrypt password hash.
bcrypt
# Required by Python 3.5 and LDAP backend.
#
# Use `simplejson` instead of the Python builtin `json`, because `json` doesn't
# support serializing bytes (mostly used by LDAP backend) and raise error
# `Object of type 'bytes' is not JSON serializable`.
simplejson