morpc 0.2.2__tar.gz → 0.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: morpc
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Data managment tools used by MORPC
5
5
  Author-email: MORPC data team <dataandmaps@morpc.org>
6
6
  License-Expression: MIT
@@ -11,14 +11,8 @@ Description-Content-Type: text/markdown
11
11
  Requires-Dist: requests
12
12
  Requires-Dist: pandas
13
13
  Requires-Dist: geopandas
14
- Requires-Dist: os
15
- Requires-Dist: math
16
- Requires-Dist: random
17
- Requires-Dist: hashlib
18
14
  Requires-Dist: frictionless
19
15
  Requires-Dist: shapely
20
- Requires-Dist: re
21
- Requires-Dist: shutil
22
16
  Requires-Dist: IPython
23
17
  Requires-Dist: xlsxwriter
24
18
 
@@ -1,4 +1,4 @@
1
- __version__ = "0.2.2"
1
+ __version__ = "0.2.3"
2
2
 
3
3
  from .morpc import *
4
4
  from .frictionless import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: morpc
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Data managment tools used by MORPC
5
5
  Author-email: MORPC data team <dataandmaps@morpc.org>
6
6
  License-Expression: MIT
@@ -11,14 +11,8 @@ Description-Content-Type: text/markdown
11
11
  Requires-Dist: requests
12
12
  Requires-Dist: pandas
13
13
  Requires-Dist: geopandas
14
- Requires-Dist: os
15
- Requires-Dist: math
16
- Requires-Dist: random
17
- Requires-Dist: hashlib
18
14
  Requires-Dist: frictionless
19
15
  Requires-Dist: shapely
20
- Requires-Dist: re
21
- Requires-Dist: shutil
22
16
  Requires-Dist: IPython
23
17
  Requires-Dist: xlsxwriter
24
18
 
@@ -1,13 +1,7 @@
1
1
  requests
2
2
  pandas
3
3
  geopandas
4
- os
5
- math
6
- random
7
- hashlib
8
4
  frictionless
9
5
  shapely
10
- re
11
- shutil
12
6
  IPython
13
7
  xlsxwriter
@@ -16,14 +16,8 @@ dependencies = [
16
16
  "requests",
17
17
  "pandas",
18
18
  "geopandas",
19
- "os",
20
- "math",
21
- "random",
22
- "hashlib",
23
19
  "frictionless",
24
20
  "shapely",
25
- "re",
26
- "shutil",
27
21
  "IPython",
28
22
  "xlsxwriter",
29
23
  ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes