Skip to content

Commit

Permalink
Merge pull request #16 from pinterest/release-0.1.0/fix-configuration
Browse files Browse the repository at this point in the history
Release 0.1.0 - Update configuration files for release
  • Loading branch information
rushabhvaria authored Oct 20, 2022
2 parents 7650742 + d7216a0 commit d5acc52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r tests/test-requirements.txt
python -m pytest ./tests/src
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ Pinterest-Generated-Client==0.1.3
python-dateutil==2.8.2
six==1.16.0
urllib3==1.26.12
python-dotenv==0.20.0
pytest==7.1.3
python-dotenv==0.20.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"python-dateutil",
"python-dotenv==0.20.0",
"six==1.16.0",
"Pinterest-Generated-Client==0.1.2"
"Pinterest-Generated-Client==0.1.3"
]

long_description = (Path(__file__).parent / "README.md").read_text()
Expand Down
1 change: 1 addition & 0 deletions tests/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest==7.1.3

0 comments on commit d5acc52

Please sign in to comment.