Skip to content

Commit

Permalink
Re-docs req file + bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Feb 25, 2023
1 parent 1896e99 commit 4e22952
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions analytix/__init__.py
Expand Up @@ -45,10 +45,10 @@
)

__productname__ = "analytix"
__version__ = "4.1.4"
__version__ = "4.1.5"
__description__ = "A simple yet powerful wrapper for the YouTube Analytics API."
__url__ = "https://github.com/parafoxia/analytix"
__docs__ = "https://parafoxia.github.io/analytix/"
__docs__ = "https://parafoxia.github.io/analytix"
__author__ = "Ethan Henderson"
__author_email__ = "ethan.henderson.1998@gmail.com"
__license__ = "BSD 3-Clause 'New' or 'Revised' License"
Expand Down
5 changes: 2 additions & 3 deletions requirements/dev.txt
@@ -1,12 +1,11 @@
# Meta
-e .
-r ./base.txt
-r ./docs.txt
-r ./excel.txt
-r ./nox.txt
-r ./types.txt

# Extras
isort>=5.12,<6.0
nox==2022.11.21
mkdocstrings[python]~=0.20.0
mkdocs-material>=9.0.2,<10
mkdocs-include-markdown-plugin>=4.0.3,<5.0
3 changes: 3 additions & 0 deletions requirements/docs.txt
@@ -0,0 +1,3 @@
mkdocs-material>=9.0.2,<10
mkdocs-include-markdown-plugin>=4.0.3,<5.0
mkdocstrings[python]~=0.20.0

0 comments on commit 4e22952

Please sign in to comment.