Skip to content

Commit

Permalink
Changing URL, updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-rocket committed Apr 27, 2017
1 parent 807e04d commit 6ea20a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def maybe_rm(path):
long_description=open('README.md').read(),
author='Nextdoor Engineering',
author_email='eng@nextdoor.com',
url='https://github.com/Nextdoor/ndscheduler',
url='https://github.com/imubit/ndscheduler',
download_url='http://pypi.python.org/pypi/ndscheduler#downloads',
license='Apache License, Version 2',
keywords='scheduler nextdoor cron python',
Expand Down
4 changes: 2 additions & 2 deletions simple_scheduler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Additional dependencies for simple_scheduler only

apns == 2.0.1
requests == 2.9.1
requests == 2.11.1

# Uncomment this if you want to use Postgres as datastore
#
# psycopg2 == 2.6.1
psycopg2 == 2.6.2

# Uncomment this if you want to use MySQL as datastore
#
Expand Down

0 comments on commit 6ea20a7

Please sign in to comment.