Skip to content

Commit dca4b3e

Browse files
authored
Merge pull request #3 from davidteather/nightly
Revert "Update Readme and setup.py"
2 parents b2d300b + e8c997b commit dca4b3e

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@ __init__
7171
returns 0 or 1 for success or failure.
7272

7373

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-
8274
#### search_classifieds - searches for classifieds
8375

8476

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setuptools.setup(
99
name = 'BackpackTF',
1010
packages = ['BackpackTF'],
11-
version = '0.1.1',
11+
version = '0.1.0',
1212
license='MIT',
1313
description = 'The Unoffical Backpack.tf API Wrapper in Python 3.',
1414
author = 'David Teather',
@@ -21,8 +21,7 @@
2121
install_requires=[
2222
'requests',
2323
'oauth2',
24-
'lxml',
25-
'requests_oauthlib'
24+
'lxml'
2625
],
2726
classifiers=[
2827
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)