summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-10-16 17:27:16 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-10-16 17:27:16 +0100
commit6bd8ea3c98095e048b911b96ee4105e4ef52ae00 (patch)
tree3a033b1cc1811649c4cb528d6e99dbec67c7bdc5 /synapse/python_dependencies.py
parentMerge commit '481f76c7a' into anoa/dinsic_release_1_21_x (diff)
parentre-implement daemonize (#8011) (diff)
downloadsynapse-6bd8ea3c98095e048b911b96ee4105e4ef52ae00.tar.xz
Merge commit '916cf2d43' into anoa/dinsic_release_1_21_x
* commit '916cf2d43':
  re-implement daemonize (#8011)
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r--synapse/python_dependencies.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py

index abea2be4ef..e5f22fb858 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py
@@ -59,7 +59,6 @@ REQUIREMENTS = [ "pyyaml>=3.11", "pyasn1>=0.1.9", "pyasn1-modules>=0.0.7", - "daemonize>=2.3.1", "bcrypt>=3.1.0", "pillow>=4.3.0", "sortedcontainers>=1.4.4",