Skip to content

Commit fef5076

Browse files
committed
Updated requirements and url
1 parent 22dfbf5 commit fef5076

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
author='Lorenzo Bonicelli',
99
author_email='[email protected]',
1010
url='https://github.com/loribonna/onedrivedownloader',
11-
# I explain this later on
12-
download_url='',
11+
download_url='https://github.com/loribonna/onedrivedownloader/archive/refs/tags/v_01.zip',
1312
keywords=['onedrive', 'downloader', 'python'],
14-
install_requires=[ # I get to this in a second
15-
'validators',
16-
'beautifulsoup4',
13+
install_requires=[
14+
'requests',
15+
'zipfile',
16+
'tqdm'
1717
],
1818
classifiers=[
1919
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)