diff --git a/README.md b/README.md index e12f261..4036576 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # OPTIMA-35 -Working on splitting OPTIMA-35 to its own package removing UI elements. +Very WIP... +Splitting core (OPTIMA35 (this)) and ui ([OptimaLab35](https://gitlab.com/CodeByMrFinchum/optima-lab-35)) +[pip package](https://pypi.org/project/optima35/) ## Overview **OPTIMA-35** (**Organizing, Processing, Tweaking Images, and Modifying scanned Analogs from 35mm Film**) is a Python-based project designed to streamline the management and editing of metadata and images from analog photography. While it was created with analog photography in mind, it is versatile enough to handle any type of images. @@ -38,11 +40,9 @@ While the project follows a semantic versioning structure (major.minor.patch), b ## Dependencies **Required Dependencies:** -- **pyyaml**: For handling YAML files (configuration and settings). - **piexif**: For reading, modifying, and writing EXIF metadata. - **pillow**: For image processing. - ### Installing Dependencies You can install the dependencies using the requirements.txt diff --git a/requirements.txt b/requirements.txt index 0f7fbf8..357cdbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ -pyyaml piexif pillow