Skip to content

Commit dd1e2e9

Browse files
committed
updated
1 parent 4adb3f4 commit dd1e2e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
HISTORY = f.read()
2424

2525
REQUIREMENTS = [
26-
"fs~=2.0.7",
26+
"fs>2.0",
2727
"webdavclient2",
2828
"python-dateutil"
2929
]
@@ -46,5 +46,5 @@
4646
tests_require=['docker'],
4747
test_suite='webdavfs.tests',
4848
url="http://pypi.python.org/pypi/fs.webdavfs/",
49-
version="0.3.5.2"
49+
version="0.3.5.3"
5050
)

0 commit comments

Comments
 (0)