Skip to content

Commit

Permalink
Update now that cdp-backend v3.2.0 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed Aug 18, 2022
1 parent ccd78ec commit d16b677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cdp-backend>=3.2.0.dev1
cdp-backend>=3.2.0
cdp-scrapers~=0.4
cookiecutter~=1.7
requests~=2.25
4 changes: 2 additions & 2 deletions {{ cookiecutter.hosting_github_repo_name }}/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
from setuptools import find_packages, setup

requirements = [
"cdp-backend==3.2.0.dev1",
"cdp-backend==3.2.0",
]

pipeline_requirements = [
"cdp-backend[pipeline]==3.2.0.dev1",
"cdp-backend[pipeline]==3.2.0",
]

test_requirements = [
Expand Down

0 comments on commit d16b677

Please sign in to comment.