There was an error while loading. Please reload this page.
1 parent a48d134 commit 3504187Copy full SHA for 3504187
requirements.txt
@@ -3,4 +3,4 @@ enum34==1.1.6 ; python_version < '3.4'
3
pytz
4
setuptools
5
six==1.10.0
6
-backports.os
+backports.os=0.1.1
setup.py
@@ -38,7 +38,7 @@
38
extras_require={
39
"scandir :python_version < '3.5'": ['scandir~=1.5'],
40
":python_version < '3.4'": ['enum34~=1.1.6'],
41
- ":python_version < '3.0'": ['backports.os'],
+ ":python_version < '3.2'": ['backports.os~=0.1.1'],
42
},
43
entry_points={'fs.opener': [
44
'ftp = fs.opener.ftpfs:FTPOpener',
0 commit comments