Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwill committed Apr 11, 2020
1 parent 28ac0b6 commit 3508681
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
@@ -1,2 +1,3 @@
pytz>=2017.2
times
dateparser>=0.7
pytz>=2018.9
times>=0.7
11 changes: 6 additions & 5 deletions setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name="moment",
version="0.8.1",
version="0.9",
url="http://github.com/zachwill/moment",
author="Zach Williams",
author_email="hey@zachwill.com",
Expand All @@ -19,9 +19,9 @@
"moment"
],
install_requires=[
"dateparser>=0.6",
"pytz>=2017.2",
"times",
"dateparser>=0.7",
"pytz>=2018.9",
"times>=0.7",
],
license="MIT",
classifiers=[
Expand All @@ -30,6 +30,7 @@
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
)
7 changes: 3 additions & 4 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35
envlist = py27, py36, py37

[testenv]
commands = python tests.py
Expand All @@ -10,6 +10,5 @@ deps =
-rrequirements.txt
basepython =
py27: python2.7
py33: python3.3
py34: python3.4
py35: python3.5
py35: python3.6
py35: python3.7

0 comments on commit 3508681

Please sign in to comment.