Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jun 17, 2018
1 parent 5104ba5 commit 39c5ec6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion PyFunceble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
from PyFunceble.production import Production

CURRENT_DIRECTORY = getcwd() + directory_separator
VERSION = "0.82.0.dev-beta"
VERSION = "0.82.1.dev-beta"

CONFIGURATION_FILENAME = ".PyFunceble.yaml"

Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests==2.18.4
colorama==0.3.9
urllib3==1.22
pypandoc==1.4
setuptools==39.2.0
PyYAML==3.12
requests>=2.18.4
colorama>=0.3.9
urllib3>=1.22
pypandoc>=1.4
setuptools>=39.2.0
PyYAML>=3.12
2 changes: 1 addition & 1 deletion version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version: 0.82.0.dev-beta
current_version: 0.82.1.dev-beta
deprecated: [0.0.0, 0.0.1, 0.65.0, 0.67.1, 0.68.0, 0.69.3, 0.69.5, 0.70.4, 0.71.2,
0.72.7, 0.73.1, 0.74.5, 0.75.1, 0.76.2, 0.77.0, 0.78.0, 0.79.1, 0.80.9, 0.81.8]
force_update:
Expand Down

0 comments on commit 39c5ec6

Please sign in to comment.