Changed
- Removed Docker stuff from Makefile
- Updated `make gen_requirements` to use `--resolver=backtracking`
- Added `make rebuild_venv` command
- Recompiled requirements files on python 3.11
- Added upgrade `pip` and install `pip-tools` steps to `make resync_requirements` to eliminate the need to do those steps manually.
- Moved `list_tables()`, `list_views()`, and `get_count_from_table()` functions in `db` module.
- Updated list of `VALID_SQL_TABLES`
- Updated `get_languages()` function to include default racial languages.
Added
- Added `ipython` as a dev requirement