This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Publish fidesops to PyPI #481
Labels
dev experience
Enhancements to the overall DX
enhancement
New feature or request
high-risk
This issue suggests changes that have a high-probability of breaking existing code
Is your feature request related to a specific problem?
pip
__init__.py
fileDescribe the solution you'd like
__init__.py
file should be added to the https://github.com/ethyca/fidesops/tree/main/src/fidesops/api directoryDescribe alternatives you've considered, if any
Fidesops can be installed directly via git:
Additional context
The enterprise team is beginning work on extending fidesops in https://github.com/ethyca/fidesops-plus. For this to be done gracefully, that repository should be able to install a pinned version of fidesops that is easily
import
able in source code. Ex:# requirements.py fidesops==1.4.1 ...
The text was updated successfully, but these errors were encountered: