File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,6 @@ __init__
71
71
returns 0 or 1 for success or failure.
72
72
73
73
74
- #### deleteListing - deletes a listing by listing ID
75
-
76
- | Attributes | Description |
77
- | ------------- | ------------- |
78
- | listing_id | The id of the listing you want to delete |
79
-
80
- returns "" on success, will be changed in a future update to be 0/1.
81
-
82
74
#### search_classifieds - searches for classifieds
83
75
84
76
Original file line number Diff line number Diff line change 8
8
setuptools .setup (
9
9
name = 'BackpackTF' ,
10
10
packages = ['BackpackTF' ],
11
- version = '0.1.1 ' ,
11
+ version = '0.1.0 ' ,
12
12
license = 'MIT' ,
13
13
description = 'The Unoffical Backpack.tf API Wrapper in Python 3.' ,
14
14
author = 'David Teather' ,
21
21
install_requires = [
22
22
'requests' ,
23
23
'oauth2' ,
24
- 'lxml' ,
25
- 'requests_oauthlib'
24
+ 'lxml'
26
25
],
27
26
classifiers = [
28
27
'Development Status :: 3 - Alpha' ,
You can’t perform that action at this time.
0 commit comments