Skip to content

Commit 5c921c3

Browse files
Restore requirements.txt for testing purposes
1 parent 2ed6410 commit 5c921c3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# this requirements.txt can be used locally to
2+
# demonstrate the app working.
3+
django>=1.8
4+
requests>=2.0
5+
requirements_parser==0.1.0
6+
semantic_version>=2.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="django-package-monitor",
11-
version="0.5.1",
11+
version="0.5.2",
1212
packages=find_packages(),
1313
install_requires=[
1414
'django>=1.8',

0 commit comments

Comments
 (0)