Back to .md Directory

Project Environment Configuration

This project uses the following technology stack.

May 2, 2026
0 downloads
0 views
View source

Project Environment Configuration

This project uses the following technology stack.

  • Python Version: 3.9.14
  • Key Libraries:
    • Flask: 3.1.1 (Web application framework)
    • Flask-Login: 0.6.3 (User authentication management)
    • Flask-SQLAlchemy: 3.1.1 (ORM, database integration)
    • SQLAlchemy: 2.0.42 (Database toolkit)
    • mysql-connector-python: 9.4.0 (MySQL driver)

Development and Test Environment

The development environment is based on Python 3.9.14. The complete list of libraries used in the project is as follows:

  • blinker==1.9.0
  • click==8.1.8
  • colorama==0.4.6
  • Flask==3.1.1
  • Flask-Login==0.6.3
  • Flask-SQLAlchemy==3.1.1
  • greenlet==3.2.4
  • importlib_metadata==8.7.0
  • itsdangerous==2.2.0
  • Jinja2==3.1.6
  • MarkupSafe==3.0.2
  • mysql-connector-python==9.4.0
  • python-dotenv==1.1.1
  • SQLAlchemy==2.0.42
  • typing_extensions==4.14.1
  • Werkzeug==3.1.3
  • zipp==3.23.0

Docker Utilization

Docker is used for testing purposes only, and all conversations are compressed using the compress command. It is not used for isolating the development environment or for deployment, but only for setting up and running the test environment.


Note: All future responses should be in Korean.

Related Documents