Adding prefect
This commit is contained in:
parent
ee31ec817c
commit
630701e0da
2 changed files with 2 additions and 1 deletions
1
requirements-dev.txt
Normal file
1
requirements-dev.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
prefect==1.2.2
|
||||||
2
setup.py
2
setup.py
|
|
@ -23,5 +23,5 @@ setup(
|
||||||
package_dir={"lolafect": "lolafect"},
|
package_dir={"lolafect": "lolafect"},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
install_requires=[],
|
install_requires=["prefect==1.2.2"],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue