File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed
Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2323 See the License for the specific language governing permissions and
2424 limitations under the License.
2525"""
26- __version__ = "0.3.8 "
26+ __version__ = "0.3.9 "
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ requirements:
2121 - pip
2222 - python <3.11.0
2323 - setuptools
24- - future
2524
2625 run :
2726 - python <3.11.0
@@ -31,7 +30,6 @@ requirements:
3130 - fs
3231 - fs.webdavfs
3332 - fs.sshfs
34- - future
3533
3634test :
3735 imports :
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ requirements:
2222 build :
2323 - python
2424 - setuptools
25- - future
2625
2726 run :
2827 - python
@@ -31,7 +30,6 @@ requirements:
3130 - fs
3231 - fs.webdavfs
3332 - fs.sshfs
34- - future
3533
3634test :
3735 imports :
Original file line number Diff line number Diff line change 4343 author = "Reimar Bauer" ,
44444545 license = "Apache 2.0" ,
46- url = "https://github.com/ReimarBauer /fs_filepicker" ,
46+ url = "https://github.com/Open-MSS /fs_filepicker" ,
4747 platforms = "any" ,
4848 packages = find_packages (),
4949 namespace_packages = [],
5050 include_package_data = True ,
5151 zip_safe = False ,
5252 install_requires = [
5353 "fs==2.4.16" ,
54- "future==0.18.3" ,
5554 "humanfriendly==10.0" ,
5655 ], # we use conda build recipe
5756 entry_points = {
You can’t perform that action at this time.
0 commit comments