bvanelli / actualpy

Python API implementation for Actual server - reference https://actualbudget.org/
20 stars 4 forks source link

Include Dependencies in setup.py #31

Closed travis-morton closed 2 months ago

travis-morton commented 2 months ago

Need to include sqlmodel and cryptography

bvanelli commented 2 months ago

I always thought that this was managed by find_packages(), but I don't have much experience with packaging.

I'll assign this to the first-release milestone.

travis-morton commented 2 months ago

find_packages() is for finding packages in your project while install_requires is for dependencies https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#packages