Skip to content

Commit

Permalink
FE-232 fix dev env for manifest dot py (#338)
Browse files Browse the repository at this point in the history
* adding cffi to toml so that it doesn't get cleaned up during install. (it was getting removed in part due to not using virtual envs, which we don't want in a Docker image)

* Update requirements.txt

---------

Co-authored-by: dsp-fieldeng-bot <[email protected]>
  • Loading branch information
bahill and dsp-fieldeng-bot committed Jun 20, 2024
1 parent eef9c3a commit a3f3572
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions orchestration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions orchestration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python = "3.9.16"
argo-workflows = "^5.0.0"
broad-dagster-utils = "0.6.7"
cached-property = "^1.5.2"
cffi = "1.16.0"
# TODO: we'll probably want to use just the dagster version here and not the API versions as well
# https://github.com/dagster-io/dagster/blob/master/MIGRATION.md#migrating-to-10
dagster = "0.12.14"
Expand Down
2 changes: 2 additions & 0 deletions orchestration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ broad-dagster-utils==0.6.7; python_version >= "3.9" and python_version < "3.10"
cached-property==1.5.2
cachetools==5.3.2; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_full_version >= "3.6.0" and python_version >= "3.9" and python_version < "3.10"
certifi==2023.7.22; python_version >= "3.9" and python_version < "3.10"
cffi==1.16.0; python_version >= "3.8"
charset-normalizer==3.3.1; python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.7.0"
click==7.1.2; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.5.0"
colorama==0.4.6; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" and platform_system == "Windows" or python_version >= "3.9" and python_version < "3.10" and platform_system == "Windows" and python_full_version >= "3.7.0"
Expand Down Expand Up @@ -65,6 +66,7 @@ psutil==5.9.6; python_version >= "3.9" and python_full_version < "3.0.0" and pyt
psycopg2-binary==2.9.9; python_version >= "3.7"
pyasn1-modules==0.3.0; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_full_version >= "3.6.0" and python_version >= "3.9" and python_version < "3.10"
pyasn1==0.5.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.6" and python_version < "4" and python_full_version >= "3.6.0"
pycparser==2.21; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.8"
pyparsing==3.1.1; python_full_version >= "3.6.8" and python_version > "3.0"
pyreadline3==3.4.1; sys_platform == "win32" and python_version >= "3.8" and (python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.5.0")
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
Expand Down

0 comments on commit a3f3572

Please sign in to comment.