Skip to content

Commit 1a4cba7

Browse files
committed
Bumped dependencies
1 parent 2427ffb commit 1a4cba7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
six
22
wheel==0.24.0
3-
persisting_theory==0.2.1
4-
# Additional requirements go here
5-
persisting_theory==0.2.1
3+
persisting_theory==1.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
packages=["dynamic_preferences"],
3434
include_package_data=True,
3535
install_requires=[
36-
"django>=1.11",
36+
"django>=2.2",
3737
"six",
38-
"persisting_theory>=0.2.1",
38+
"persisting_theory==1.0",
3939
],
4040
license="BSD",
4141
zip_safe=False,

0 commit comments

Comments
 (0)