pin dependency versions (#239)

This commit is contained in:
Abigail Gold 2020-07-23 00:05:32 -04:00 committed by GitHub
parent 2ba6249b90
commit 0af82ac241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 7 deletions

2
.gitignore vendored
View File

@ -9,6 +9,8 @@ cty.zip
/docker-compose.yml /docker-compose.yml
.vscode/
######################################################### #########################################################
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files

View File

@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [Unreleased]
## [2.3.2] - 2020-07-22
### Fixed
- Dependency issues
## [2.3.1] - 2020-04-02 ## [2.3.1] - 2020-04-02
### Fixed ### Fixed
- Wordlist containing innappropriate words. - Wordlist containing innappropriate words.
@ -105,7 +109,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 1.0.0 - 2019-07-31 [YANKED] ## 1.0.0 - 2019-07-31 [YANKED]
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.3.1...HEAD [Unreleased]: https://github.com/miaowware/qrm2/compare/v2.3.2...HEAD
[2.3.2]: https://github.com/miaowware/qrm2/releases/tag/v2.3.2
[2.3.1]: https://github.com/miaowware/qrm2/releases/tag/v2.3.1 [2.3.1]: https://github.com/miaowware/qrm2/releases/tag/v2.3.1
[2.3.0]: https://github.com/miaowware/qrm2/releases/tag/v2.3.0 [2.3.0]: https://github.com/miaowware/qrm2/releases/tag/v2.3.0
[2.2.3]: https://github.com/miaowware/qrm2/releases/tag/v2.2.3 [2.2.3]: https://github.com/miaowware/qrm2/releases/tag/v2.2.3

View File

@ -12,5 +12,5 @@ authors = ("@ClassAbbyAmplifier#2229", "@0x5c#0639")
description = """A bot with various useful ham radio-related functions, written in Python.""" description = """A bot with various useful ham radio-related functions, written in Python."""
license = "Released under the GNU General Public License v2" license = "Released under the GNU General Public License v2"
contributing = "Check out the source on GitHub, contributions welcome: https://github.com/miaowware/qrm2" contributing = "Check out the source on GitHub, contributions welcome: https://github.com/miaowware/qrm2"
release = "2.3.1" release = "2.3.2"
bot_server = "https://discord.gg/Ntbg3J4" bot_server = "https://discord.gg/Ntbg3J4"

View File

@ -1,5 +1,5 @@
discord.py discord.py==1.3.4
ctyparser ctyparser==2.0.0.post1
beautifulsoup4 beautifulsoup4==4.9.1
lxml lxml==4.5.2
pytz pytz==2020.1