Skip to content

Commit 337b0c2

Browse files
authored
without future (#63)
1 parent 2d01c6e commit 337b0c2

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

fslib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
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"

localbuild/meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3634
test:
3735
imports:

meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3634
test:
3735
imports:

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,14 @@
4343
author="Reimar Bauer",
4444
author_email="[email protected]",
4545
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={

0 commit comments

Comments
 (0)