Skip to content

Commit

Permalink
Add requirements-dev (#27)
Browse files Browse the repository at this point in the history
* add requirements-dev

* changed requirements on readthedocs config

* update version
  • Loading branch information
batuhan0sanli authored Nov 29, 2022
1 parent 3e6d47e commit bcbd484
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ formats:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
- requirements: requirements-dev.txt
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0] - 2022-11-29

### Added

- Add requirements-dev.txt file

### Changed

- Update readthedocs.yml configuration file

## [0.7.0] - 2022-11-29

### Added
Expand Down Expand Up @@ -117,6 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First release

[0.8.0]: https://github.com/batuhan0sanli/rclone-manager/compare/0.7.0...0.8.0

[0.7.0]: https://github.com/batuhan0sanli/rclone-manager/compare/0.6.0...0.7.0

[0.6.0]: https://github.com/batuhan0sanli/rclone-manager/compare/0.5.0...0.6.0
Expand Down
2 changes: 1 addition & 1 deletion rclone_manager/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__title__ = "rclone-manager"
__description__ = "Define multiple tasks using rclone."
__url__ = "https://github.com/batuhan0sanli/rclone-manager"
__version__ = "0.7.0"
__version__ = "0.8.0"
__author__ = "batuhan0sanli"
__author_email__ = "batuhansanli@gmail.com"
__license__ = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Install Package
APScheduler~=3.9.1

# Sphinx
Sphinx
sphinx_rtd_theme
sphinx_mdinclude~=0.5.3

0 comments on commit bcbd484

Please sign in to comment.