Basti Tee 3 жил өмнө
parent
commit
696d79e303
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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 = "*"