Basti Tee 3 anni fa
parent
commit
696d79e303
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Pipfile

+ 1 - 0
Pipfile

@@ -17,6 +17,7 @@ pytest = "*" # Python base-testing library
 tox = "*" # Automated and standardized testing in Python
 rope = "*" # Refactoring library
 twine = "*" # Interoperability with pypi.org
+my_module = {path = ".", editable = true}
 
 [packages]
 requests = "*"