Skip to content

Commit bfdd58f

Browse files
committed
add requests dep in pyproject.toml
1 parent 17a2645 commit bfdd58f

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/publish.yml

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Publish to PyPI
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
85

96
jobs:
107
build:

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "spotify_py_sdk"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Python SDK for Spotify"
55
authors = ["Ananya Nayak <[email protected]>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.9"
10-
10+
requests = "^2.31.0"
1111

1212
[tool.poetry.group.dev.dependencies]
1313
python-dotenv = "^1.0.0"

requirements.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)