TopDownHockey-Scraper 6.0.0__tar.gz → 6.0.1__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.

Potentially problematic release.


This version of TopDownHockey-Scraper might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: TopDownHockey_Scraper
3
- Version: 6.0.0
3
+ Version: 6.0.1
4
4
  Summary: The TopDownHockey Scraper
5
5
  Home-page: https://github.com/TopDownHockey/TopDownHockey_Scraper
6
6
  Author: Patrick Bacon
@@ -17,8 +17,6 @@ Requires-Dist: numpy
17
17
  Requires-Dist: pandas
18
18
  Requires-Dist: bs4
19
19
  Requires-Dist: datetime
20
- Requires-Dist: seaborn
21
- Requires-Dist: matplotlib
22
20
  Requires-Dist: xmltodict
23
21
  Requires-Dist: lxml
24
22
  Requires-Dist: natsort
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = TopDownHockey_Scraper
3
- version = 5.0.2
3
+ version = 6.0.1
4
4
  author = Patrick Bacon
5
5
  author_email = patrick.s.bacon@gmail.com
6
6
  description = A package built for scraping hockey data from EliteProspects, the NHL's HTML/API reports, and ESPN's XML reports.
@@ -25,8 +25,6 @@ install_requires =
25
25
  pandas
26
26
  datetime
27
27
  requests
28
- seasborn
29
- matplotlib
30
28
  xml
31
29
  xmltodict
32
30
  requests
@@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
9
9
 
10
10
  setup(
11
11
  name="TopDownHockey_Scraper", # Replace with your own username
12
- version="6.0.0",
12
+ version="6.0.1",
13
13
  author="Patrick Bacon",
14
14
  author_email="patrick.s.bacon@gmail.com",
15
15
  description="The TopDownHockey Scraper",
@@ -33,8 +33,6 @@ setup(
33
33
  'pandas',
34
34
  'bs4',
35
35
  'datetime',
36
- 'seaborn',
37
- 'matplotlib',
38
36
  'xmltodict',
39
37
  'lxml',
40
38
  'natsort'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: TopDownHockey_Scraper
3
- Version: 6.0.0
3
+ Version: 6.0.1
4
4
  Summary: The TopDownHockey Scraper
5
5
  Home-page: https://github.com/TopDownHockey/TopDownHockey_Scraper
6
6
  Author: Patrick Bacon
@@ -17,8 +17,6 @@ Requires-Dist: numpy
17
17
  Requires-Dist: pandas
18
18
  Requires-Dist: bs4
19
19
  Requires-Dist: datetime
20
- Requires-Dist: seaborn
21
- Requires-Dist: matplotlib
22
20
  Requires-Dist: xmltodict
23
21
  Requires-Dist: lxml
24
22
  Requires-Dist: natsort
@@ -2,8 +2,6 @@ numpy
2
2
  pandas
3
3
  bs4
4
4
  datetime
5
- seaborn
6
- matplotlib
7
5
  xmltodict
8
6
  lxml
9
7
  natsort