We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2427ffb commit 1a4cba7Copy full SHA for 1a4cba7
requirements.txt
@@ -1,5 +1,3 @@
1
six
2
wheel==0.24.0
3
-persisting_theory==0.2.1
4
-# Additional requirements go here
5
+persisting_theory==1.0
setup.py
@@ -33,9 +33,9 @@
33
packages=["dynamic_preferences"],
34
include_package_data=True,
35
install_requires=[
36
- "django>=1.11",
+ "django>=2.2",
37
"six",
38
- "persisting_theory>=0.2.1",
+ "persisting_theory==1.0",
39
],
40
license="BSD",
41
zip_safe=False,
0 commit comments