Py-Hanabi/requirements.txt
Maximilian Keßler 967daf1914
Improve DB connection handling: Lazy init + config
Introduces a proper config file for db connection information
Also, connection now has to be explicitly initialized instead of this
being done on import: This is now done by the CLI function automatically
2023-07-05 20:54:26 +02:00

13 lines
127 B
Plaintext

requests
requests_cache
pysmt
termcolor
more_itertools
psycopg2
alive_progress
argparse
verboselogs
pebble
platformdirs
PyYAML